Frameworks
Alpine.js .dockerignore
.dockerignore for frameworks projects
.dockerignore Content
# ==============================================================================
# Created by https://dockerignore.com/
# FRAMEWORK TEMPLATE for Alpine.js
# Website: https://alpinejs.dev/
# Repository: https://github.com/alpinejs/alpine
# ==============================================================================
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# TEMPLATE OVERVIEW & USAGE NOTES
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# • TEMPLATE TYPE: FRAMEWORK TEMPLATE
# • PURPOSE: Alpine.js-specific ignore patterns
# • OFFICIAL SOURCES: Alpine.js community patterns and best practices
# • DESIGN PHILOSOPHY: Self-contained template with security patterns first
# • COMBINATION GUIDANCE: Use standalone - no need to combine with other templates
# • SECURITY CONSIDERATIONS: Includes security patterns for .env files and credentials
# • BEST PRACTICES: Review before use, test with your specific Alpine.js setup
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Security & Sensitive Data
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Environment files contain sensitive API keys, database credentials,
# and other secrets that must not be included in Docker images
**/config/credentials.*
**/config/secrets.*
**/keys/
**/passwords/
**/private/
**/secrets/
.env
.env.*
*.auth
*.authz
*.password
*.secret
*.secrets
*.token
*_tokens
*password*
apikeys.*
appsettings.Development.json
appsettings.Local.json
appsettings.Staging.json
connectionstrings.config
credentials
database.ini
database.yml
dbconfig.xml
secrets.json
secrets.yaml
secrets.yml
tokens.*
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Build Artifacts & Distribution
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
**/*.tsbuildinfo
**/.tsc-tmp/
**/.tsc-working/
**/.tsc/
**/dist/
**/out/
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Dependency Management & Package Cache
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
**/.bun-install/
**/.bun/
**/.deno/
**/.npm/
**/.pnpm-store/
**/.yarn/
**/node_modules/
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*
.npm
.npmrc
.npmrc.*
pnpm-debug.log*
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Development & Runtime Artifacts
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
**/.cache/
**/.esbuild/
**/.parcel-cache/
**/.swc/
**/.turbo/
**/.vite/
**/cache/
**/logs/
**/run/
**/temp/
**/tmp/
**/var/run/
*.log
*.temp
*.tmp
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Testing & Quality Assurance
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
**/.nyc_output/
**/.test-output/
**/coverage/
**/lcov.info
**/nyc_output/
**/test-output/
.audit.out
.benchmark.out
.performance.out
.profile.out
.profiling.out
.scan.out
.security.out
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
# Tool-Specific Patterns
# ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
**/.bzr/
**/.cvs/
**/.git/
**/.hg/
**/.nx/
**/.svn/
.eslintcache