Usuń z repozytorium pliki .gitkeep, cache, sessions i bazę SQLite wg .gitignore
Some checks failed
Mark stale issues and pull requests / stale (push) Has been cancelled
Some checks failed
Mark stale issues and pull requests / stale (push) Has been cancelled
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,9 +3,15 @@
|
||||
/config/app_local.php
|
||||
/config/.env
|
||||
/logs/*
|
||||
/logs/*.log
|
||||
/tmp/*
|
||||
/tmp/cache/
|
||||
/tmp/sessions/
|
||||
/vendor/*
|
||||
/database/*
|
||||
/database/app.sqlite
|
||||
# Ignore .gitkeep in all folders
|
||||
**/.gitkeep
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
@@ -51,3 +57,4 @@ nbproject/*
|
||||
# yarn
|
||||
yarn-debug.log
|
||||
yarn-error.log
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
Reference in New Issue
Block a user