Browse Source

Cleanup gitignore file

Mathieu Acthernoene 7 years ago
parent
commit
86fbdfaa6c
1 changed files with 14 additions and 10 deletions
  1. 14
    10
      .gitignore

+ 14
- 10
.gitignore View File

@@ -1,11 +1,15 @@
1
+*.xcworkspace
2
+xcuserdata
3
+
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
1 7
 node_modules/
2
-android/react-native-permissions.iml
3
-android/build
4
-android/.idea
5
-npm-debug.log
6
-gradlew
7
-gradle-wrapper.properties
8
-gradle-wrapper.jar
9
-local.properties
10
-gradlew.bat
11
-android.iml
8
+
9
+*.DS_Store
10
+Thumbs.db
11
+Desktop.ini
12
+
13
+.vscode/
14
+
15
+android/build/