File tree 2 files changed +17
-31
lines changed
2 files changed +17
-31
lines changed Original file line number Diff line number Diff line change 1
- # Auto detect text files and perform LF normalization
2
- * text =auto
3
-
4
- # Custom for Visual Studio
5
- * .cs diff =csharp
6
-
7
- # Standard to msysgit
8
- * .doc diff =astextplain
9
- * .DOC diff =astextplain
10
- * .docx diff =astextplain
11
- * .DOCX diff =astextplain
12
- * .dot diff =astextplain
13
- * .DOT diff =astextplain
14
- * .pdf diff =astextplain
15
- * .PDF diff =astextplain
16
- * .rtf diff =astextplain
17
- * .RTF diff =astextplain
1
+ * .pbxproj - text
Original file line number Diff line number Diff line change 4
4
5
5
# Xcode
6
6
#
7
+ build /
7
8
* .pbxuser
8
9
! default.pbxuser
9
10
* .mode1v3
@@ -18,36 +19,37 @@ xcuserdata
18
19
DerivedData
19
20
* .hmap
20
21
* .ipa
21
- gradle
22
- project.xcworkspace
22
+ * .xcuserstate
23
23
24
- # Android/IJ
24
+ # Android/IntelliJ
25
25
#
26
+ build /
26
27
.idea
27
28
.gradle
28
29
local.properties
29
- build
30
+ * .iml
31
+ * .keystore
32
+ ! debug.keystore
30
33
31
34
# node.js
32
35
#
33
- node_modules
36
+ node_modules /
34
37
npm-debug.log
38
+ yarn-error.log
35
39
40
+ # CocoaPods
41
+ /ios /Pods /
36
42
37
- # webstorm
38
- #
39
- * .iml
40
-
41
- # unfinished documents
42
- #
43
+ # Other
43
44
cn-doc.md
44
-
45
- # experimental code
46
- #
47
45
experimental /
48
46
47
+ # Generated
49
48
/lib /
50
49
/flow-typed /
51
50
52
51
# VS Code
53
52
.vscode /
53
+ .classpath
54
+ .project
55
+ .settings /
You can’t perform that action at this time.
0 commit comments