Add .gitignore file

This commit is contained in:
Vladimir Mirivlad 2026-02-06 04:05:50 +00:00
parent 5a6e32758f
commit e2685aedae
1 changed files with 36 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# Dependencies
vendor/
# Environment variables
.env
.env.local
# Composer
composer.lock
# Logs
logs/
*.log
# Temporary files
tmp/
temp/
/storage/logs/
/storage/cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Cache
cache/
*.cache
# PHP
opcache/