Skip to content

Commit 4798dc0

Browse files
committed
Update ignore files
1 parent be4d024 commit 4798dc0

File tree

3 files changed

+45
-12
lines changed

3 files changed

+45
-12
lines changed

.gitignore

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,47 @@
1-
*.xcworkspace
1+
# OSX
2+
.DS_Store
3+
4+
# Xcode
5+
build/
6+
*.pbxuser
7+
!default.pbxuser
8+
*.mode1v3
9+
!default.mode1v3
10+
*.mode2v3
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
214
xcuserdata
15+
*.xccheckout
16+
*.moved-aside
17+
DerivedData
18+
*.hmap
19+
*.ipa
20+
*.xcuserstate
21+
project.xcworkspace
22+
23+
# Android/IntelliJ
24+
build/
25+
.idea
26+
.gradle
27+
local.properties
28+
*.iml
329

4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
30+
# node.js
731
node_modules/
32+
npm-debug.log
33+
yarn-error.log
834

9-
*.DS_Store
10-
Thumbs.db
11-
Desktop.ini
35+
# BUCK
36+
buck-out/
37+
\.buckd/
38+
*.keystore
1239

13-
.vscode/
40+
# Bundle artifact
41+
*.jsbundle
1442

15-
android/build/
43+
# CocoaPods
44+
Pods/
45+
46+
# VScode
47+
.vscode/

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
example/
2+
node_modules/

.prettierignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
android/
2-
ios/
3-
example/node_modules/
1+
node_modules
2+
example/android/app/build
3+
example/ios/Pods

0 commit comments

Comments
 (0)