Files
AFC-Demo/.dockerignore
T

113 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-10-23 11:17:17 +02:00
# Node modules and vendor directories
node_modules/
2025-10-23 12:22:27 +02:00
# Ignore vendor only if dependencies are installed during the build
# Uncomment the next line if vendor is installed in the Dockerfile
# vendor/
2025-10-23 11:17:17 +02:00
# Environment files
2025-10-23 12:22:27 +02:00
.env.local
.env.development
.env.production
.env.test
2025-10-23 11:17:17 +02:00
.env.example
# Log files
*.log
logs/
storage/logs/
# Temporary files and directories
tmp/
*.tmp
*.swp
*.swo
.DS_Store
Thumbs.db
# Build artifacts
build/
dist/
public/hot
public/storage
storage/debugbar
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/testing/*
storage/framework/views/*
# Test and coverage files
tests/
coverage/
*.cover
*.coverage
*.lcov
# IDE/editor-specific files
.idea/
.vscode/
*.code-workspace
2025-10-23 13:05:17 +02:00
.cursor
.editorconfig
.junie
.mcp*
2025-10-23 11:17:17 +02:00
# Git files
.git
.gitignore
.gitattributes
# Docker-related files
.dockerignore
docker-compose.override.yml
# CI/CD configuration files
.github/
.gitlab-ci.yml
.circleci/
.travis.yml
# Miscellaneous files
*.bak
*.backup
*.old
*.orig
*.save
*.cache
*.pid
*.seed
*.swp
*.swo
2025-10-23 12:39:40 +02:00
*.tmp
*.md
/tests
/.vscode
/.idea
/.git
/.github
*.log
*.tmp
*.bak
*.swp
*.swo
.DS_Store
Thumbs.db
Desktop.ini
*.sql
*.pgsql
*.sqlite
*.tar.gz
*.zip
*.tar
*.gz
/.htaccess
/nginx.conf
/.docker/
2025-10-23 13:05:17 +02:00
docker-compose.yml