Files
nextbooru/.dockerignore
2025-01-11 16:37:47 +01:00

54 lines
486 B
Plaintext

# Dependencies
node_modules
.pnp
.pnp.js
.yarn/install-state.gz
# Testing
coverage
.nyc_output
# Next.js
.next
out
# Production
build
dist
# Misc
.DS_Store
*.pem
.git
.gitignore
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env
.env.*
.env.local
.env.development
.env.test
.env.production
# IDE
.idea
.vscode
*.swp
*.swo
# Project specific
README.md
dev/
public/uploads
Dockerfile
.dockerignore
docker-compose*.yml
# Cache
.eslintcache
*.tsbuildinfo