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/app_local.php
|
||||||
/config/.env
|
/config/.env
|
||||||
/logs/*
|
/logs/*
|
||||||
|
/logs/*.log
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
/tmp/cache/
|
||||||
|
/tmp/sessions/
|
||||||
/vendor/*
|
/vendor/*
|
||||||
/database/*
|
/database/*
|
||||||
|
/database/app.sqlite
|
||||||
|
# Ignore .gitkeep in all folders
|
||||||
|
**/.gitkeep
|
||||||
# OS generated files #
|
# OS generated files #
|
||||||
######################
|
######################
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@@ -51,3 +57,4 @@ nbproject/*
|
|||||||
# yarn
|
# yarn
|
||||||
yarn-debug.log
|
yarn-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user