Removed dist from tracking
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,7 +2,7 @@
|
||||
node_modules/
|
||||
# build/ is kept for Android/iOS, dist/ is now tracked
|
||||
# build/
|
||||
# dist/
|
||||
dist/
|
||||
.env
|
||||
.env.*
|
||||
|
||||
@ -15,6 +15,7 @@ ios/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
@ -45,7 +46,6 @@ Thumbs.db
|
||||
*.xccheckout
|
||||
*.xcodeproj/project.xcworkspace/xcuserdata/
|
||||
*.xcodeproj/xcuserdata/
|
||||
**/.DS_Store
|
||||
|
||||
# Android Studio
|
||||
*.iml
|
||||
|
||||
Reference in New Issue
Block a user