56 lines
459 B
Plaintext
56 lines
459 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
.expo
|
|
.expo-shared
|
|
dist
|
|
build
|
|
*.tsbuildinfo
|
|
|
|
# Cache
|
|
.cache
|
|
.parcel-cache
|
|
.next
|
|
.nuxt
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Generated files
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Misc
|
|
*.min.js
|
|
*.min.css
|
|
public
|
|
|