Add .gitignore file
This commit is contained in:
parent
5a6e32758f
commit
e2685aedae
|
|
@ -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/
|
||||
Loading…
Reference in New Issue