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/.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