Files
dokku-docker-compose/.gitignore

96 lines
1.0 KiB
Plaintext

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
# Dependency directories
node_modules/
vendor/
# Log files
*.log
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Test artifacts
/tmp/
/plugin/
# Local configuration
.env
.env.*
!.env.example
# Docker
.docker/
# Test coverage
coverage/
# Bats test helper (handled as submodule)
# test_helper/ is intentionally not ignored as it's a submodule
# Local development
.dokku/
# SSH keys
*.pem
*.pem.pub
# Local test data
/tests/test-apps/**/node_modules/
/tests/test-apps/**/.git/
# Local test data
/var/
ehthumbs.db
Thumbs.db
# Test artifacts
/test/tmp/
/test/run/
/test/log/
/test/plugin/
/test/dokku/plugins/
/test/dokku/data/
/test/dokku/home/
/test/dokku/tmp/
# Local development
.env
.env.local
# Coverage reports
coverage/
.coveralls.yml
# Build artifacts
dist/
build/
*.gem
*.rpm
*.deb
# Dokku specific
.dokku/
# Temporary files
/tmp/
# Local configuration
config.local
# BATS test framework
/test_helper/
# Plugin specific
/var/
/data/