Initial commit: sync from server - all domains and code
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Ignore session files (thousands of them)
|
||||
storage/sessions/
|
||||
|
||||
# Ignore database files
|
||||
storage/database/*.sqlite
|
||||
storage/database/*.sqlite.bak*
|
||||
|
||||
# Ignore IDE / OS
|
||||
.idea/
|
||||
.DS_Store
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Ignore environment files with secrets
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
*.key
|
||||
|
||||
# Ignore composer/vendor (if PHP)
|
||||
vendor/
|
||||
|
||||
# Ignore node_modules (if frontend)
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user