biohazard-vfx/.dockerignore
Nicholai 0d1f6012ec
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
delinted and successfully builds
2025-08-16 06:37:34 -06:00

42 lines
382 B
Plaintext

# Dependencies
node_modules
# Build outputs
.next
out
# Environment files
.env*.local
.env
# Test files
**/*.test.js
**/*.test.ts
**/*.spec.js
**/*.spec.ts
# Git
.git
.gitignore
# IDE and editor files
.vscode
.idea
*.swp
*.swo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Docker
Dockerfile
.dockerignore
# Other
README.md
CHANGELOG.md
LICENSE
coverage
.nyc_output