Sys-Arc-Visl/.gitignore

49 lines
449 B
Text

# Dependencies
node_modules
.pnpm-store
# Build outputs
dist
build
.next
out
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE & Editor
.idea
.vscode
*.swp
*.swo
*~
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Testing
coverage
.nyc_output
# Cache
.cache
.parcel-cache
.turbo
# TypeScript
*.tsbuildinfo
# Misc
.eslintcache
*.local
Thumbs.db