Skip to content

Commit 5320244

Browse files
authored
Create .gitignore
1 parent dc7c79e commit 5320244

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.gitignore

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# OSX
2+
#
3+
.DS_Store
4+
5+
# Xcode
6+
#
7+
build/
8+
*.pbxuser
9+
!default.pbxuser
10+
*.mode1v3
11+
!default.mode1v3
12+
*.mode2v3
13+
!default.mode2v3
14+
*.perspectivev3
15+
!default.perspectivev3
16+
xcuserdata
17+
*.xccheckout
18+
*.moved-aside
19+
DerivedData
20+
*.hmap
21+
*.ipa
22+
*.xcuserstate
23+
project.xcworkspace
24+
25+
# Android/IntelliJ
26+
#
27+
build/
28+
.idea
29+
.gradle
30+
local.properties
31+
*.iml
32+
*.hprof
33+
34+
# node.js
35+
#
36+
node_modules/
37+
npm-debug.log
38+
yarn-error.log
39+
40+
# BUCK
41+
buck-out/
42+
\.buckd/
43+
*.keystore
44+
!debug.keystore
45+
46+
# Bundle artifacts
47+
*.jsbundle
48+
49+
# CocoaPods
50+
/ios/Pods/
51+
52+
# Expo
53+
.expo/
54+
web-build/
55+
56+
# Rocketseat platform
57+
yarn.lock
58+
package-lock.json

0 commit comments

Comments
 (0)