Files
PrivyDrop/.gitignore
T

65 lines
851 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
# Ignore node_modules directories in all subdirectories
node_modules/
.pnp
.pnp.js
.yarn/install-state.gz
# testing
# Ignore coverage directories in all subdirectories
coverage/
# next.js
# Ignore .next/ directories in all subdirectories
.next/
# Ignore out/ directories in all subdirectories
out/
# production
# Ignore build/ directories in all subdirectories
build/
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# image
# *.svg
# *.ico
# *.png
# *.jpg
# *.jpeg
# IDE/Editor
.idea/
.vscode/
*.swp
*.swo
# Environment files (all environment files, not just .local)
.env
.env.*
# Log files
*.log
# Build output
dist/
# Temporary files
.temp/
.tmp/