23 lines
278 B
Plaintext
23 lines
278 B
Plaintext
.git
|
|
.gitignore
|
|
|
|
storage/logs/*
|
|
!storage/logs/.gitignore
|
|
|
|
Dockerfile
|
|
docker-compose.yaml
|
|
|
|
*.swp
|
|
*.swo
|
|
*.idea/
|
|
*.vscode/
|
|
*.DS_Store
|
|
|
|
# Exclude sensitive config files (uncomment if you don't want to include environment config)
|
|
# config/environment.php
|
|
|
|
README.md
|
|
TODO.md
|
|
LICENSE
|
|
|