Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Git
.git
.gitignore
.gitattributes

# CI/CD
.github

# Documentation
*.md
!README.md

# Node
node_modules
npm-debug.log
yarn-error.log
.npm
.yarn

# Testing
coverage
.nyc_output
*.test.js
*.spec.js

# Editor
.vscode
.idea
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build artifacts
dist-ssr

# Python (for build context)
__pycache__
*.py[cod]
*$py.class
*.so
.Python
venv
env
.venv

# Pulumi
.pulumi
infrastructure/

# Automation
automation/

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Misc
.env
.env.local
.env.*.local
*.log
tmp
temp
.cache
Loading
Loading