Browse Source

Update ignore files

Mathieu Acthernoene 5 years ago
parent
commit
4798dc0b5c
3 changed files with 45 additions and 12 deletions
  1. 41
    9
      .gitignore
  2. 1
    0
      .npmignore
  3. 3
    3
      .prettierignore

+ 41
- 9
.gitignore View File

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
2
 xcuserdata
14
 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
3
 
29
 
4
-npm-debug.log*
5
-yarn-debug.log*
6
-yarn-error.log*
30
+# node.js
7
 node_modules/
31
 node_modules/
32
+npm-debug.log
33
+yarn-error.log
8
 
34
 
9
-*.DS_Store
10
-Thumbs.db
11
-Desktop.ini
35
+# BUCK
36
+buck-out/
37
+\.buckd/
38
+*.keystore
12
 
39
 
13
-.vscode/
40
+# Bundle artifact
41
+*.jsbundle
14
 
42
 
15
-android/build/
43
+# CocoaPods
44
+Pods/
45
+
46
+# VScode
47
+.vscode/

+ 1
- 0
.npmignore View File

1
 example/
1
 example/
2
+node_modules/

+ 3
- 3
.prettierignore View File

1
-android/
2
-ios/
3
-example/node_modules/
1
+node_modules
2
+example/android/app/build
3
+example/ios/Pods