mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 01:46:09 +00:00
69 lines
647 B
Plaintext
69 lines
647 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp/
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Production
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Cache
|
|
.cache/
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# pnpm
|
|
.pnpm-store/
|
|
|
|
dist/
|
|
|
|
next-local/
|
|
|
|
# Build optimization
|
|
.build-checksums.json
|