40 lines
326 B
Plaintext
40 lines
326 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.expo/
|
|
|
|
# Generated files
|
|
*.generated.*
|
|
*.d.ts
|
|
|
|
# Config files that shouldn't be formatted
|
|
.env*
|
|
*.log
|
|
|
|
# Native files
|
|
ios/
|
|
android/
|
|
|
|
# Assets
|
|
assets/
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.gif
|
|
*.svg
|
|
*.ico
|
|
|
|
# Documentation
|
|
*.md
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
|
|
# Other
|
|
coverage/
|
|
.nyc_output/ |