DumbWareio_DumbAssets/.dockerignore
2025-04-27 12:16:44 -05:00

77 lines
673 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
yarn.lock
# Environment
.env
.env.*
*.env
# Git
.git
.gitignore
.gitattributes
# IDE and Editor files
.idea
.vscode
*.swp
*.swo
.cursor
.cursor/
cursorrules
# OS
.DS_Store
Thumbs.db
*.tmp
*.temp
# Docker
Dockerfile
.dockerignore
docker-compose*
*.dockerfile
# Build and Cache
dist/
build/
.cache/
coverage/
.nyc_output/
*.tsbuildinfo
# Data and Logs
data/
logs/
*.log
.npm/
.config/
# Test
test/
__tests__/
*.test.js
*.spec.js
# Documentation
README.md
LICENSE
*.md
docs/
boilerplate.md
reference.md
# Misc
.editorconfig
.eslintrc*
.prettierrc*
.babelrc*
jest.config*
*.gz
*.zip
*.tar
*.rar