Files
scoutiq/.gitignore
2026-06-05 00:54:38 +03:00

20 lines
231 B
Plaintext

# Dependencies
/vendor/
# Configuration and environment
.env
.env.local
.env.*.local
# IDEs and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db
# Cache and logs
/storage/logs/*.log
/storage/cache/*
.composer-cache/
.composer-home/