Files
btpxpress-frontend/.dockerignore
2025-10-01 01:39:07 +00:00

64 lines
555 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js
.next/
out/
build/
dist/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
*.log
logs/
# Documentation
docs/
*.md
!README.md
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.github/
.gitlab-ci.yml
Jenkinsfile
# Tests
__tests__/
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
coverage/
.nyc_output/
# Misc
.eslintcache
.prettierignore
tsconfig.tsbuildinfo