Skip to content

Commit 460787a

Browse files
committed
New .gitignore with best practice
1 parent ecee5ed commit 460787a

File tree

3 files changed

+2936
-6
lines changed

3 files changed

+2936
-6
lines changed

.gitignore

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
#
33
.DS_Store
44

5-
package-lock.json
6-
7-
node_modules
8-
95
# Xcode
106
#
117
build/
@@ -24,7 +20,6 @@ DerivedData
2420
*.hmap
2521
*.ipa
2622
*.xcuserstate
27-
project.xcworkspace
2823

2924
# Android/IntelliJ
3025
#
@@ -34,6 +29,10 @@ build/
3429
local.properties
3530
*.iml
3631

32+
# Visual Studio Code
33+
#
34+
.vscode/
35+
3736
# node.js
3837
#
3938
node_modules/
@@ -44,6 +43,7 @@ yarn-error.log
4443
buck-out/
4544
\.buckd/
4645
*.keystore
46+
!debug.keystore
4747

4848
# fastlane
4949
#
@@ -58,3 +58,6 @@ buck-out/
5858

5959
# Bundle artifact
6060
*.jsbundle
61+
62+
# CocoaPods
63+
/ios/Pods/

0 commit comments

Comments
 (0)