first commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user