Initial commit: expo-popcore-app
This commit is contained in:
40
.prettierignore
Normal file
40
.prettierignore
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user