2026-01-15 15:29:42 +00:00
|
|
|
# Ignore .env files
|
|
|
|
|
.env
|
|
|
|
|
.env.*
|
2026-02-08 18:04:18 +01:00
|
|
|
.envrc
|
2026-01-15 15:29:42 +00:00
|
|
|
|
|
|
|
|
# Ignore node_modules
|
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
|
|
# Ignore vendor folder
|
|
|
|
|
vendor/
|
|
|
|
|
|
|
|
|
|
# Ignore log files
|
|
|
|
|
*.log
|
|
|
|
|
|
|
|
|
|
# Ignore IDE and editor files
|
|
|
|
|
.idea/
|
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
|
|
# Ignore system files
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
|
|
# Ignore Laravel storage
|
|
|
|
|
/storage/*.key
|
|
|
|
|
/storage/*.log
|
|
|
|
|
/storage/framework/cache/*
|
|
|
|
|
/storage/framework/sessions/*
|
|
|
|
|
/storage/framework/views/*
|
2026-02-08 18:04:18 +01:00
|
|
|
/storage/logs/*
|
|
|
|
|
|
|
|
|
|
# Ignore database files if in development
|
|
|
|
|
database/database.sqlite
|