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

This commit is contained in:
2025-11-28 18:42:31 +01:00
parent 59f4c14c8e
commit a1ab820c1a
12 changed files with 7 additions and 1 deletions

7
.gitignore vendored
View File

@@ -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

View File

View File

View File

View File

@@ -1 +0,0 @@

View File