You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
459 B
56 lines
459 B
|
1 month ago
|
# 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
|
||
|
|
|