Add project files

This commit is contained in:
infosave2007
2025-11-07 13:34:06 +03:00
parent 3402b19f2c
commit a33af60f2d
41 changed files with 8128 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# Environment
.env
.env.local
.env.production
# OS files
.DS_Store
Thumbs.db
# Dependencies
vendor/
composer.lock
node_modules/
# Logs
*.log
logs/
*.tmp
# Database
db_data/
# Test files
test_qr.png
test_qr.svg
/tmp/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Build artifacts
dist/
build/
# Backups
*.bak
backup/