Files
nocodb/packages/noco-integrations/.gitignore
mertmit 7dd11de454 feat: revise audit architecture
Signed-off-by: mertmit <mertmit99@gmail.com>
2025-06-24 14:35:01 +03:00

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