icns-frontend/.gitignore
2022-12-17 20:42:56 +09:00

55 lines
578 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.vscode/settings.json
## Yarn
node_modules
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Testing
coverage
# Next.js
.next
out
# Vercel
.vercel
# MISC
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Production
build
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# TypeScript
*.tsbuildinfo
# Sentry
.sentryclirc
# Intelij files
.idea
# Sentry
.sentryclirc