Skip to content

Commit f708a09

Browse files
Update .gitignore
1 parent 1055bc3 commit f708a09

File tree

2 files changed

+17
-31
lines changed

2 files changed

+17
-31
lines changed

.gitattributes

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
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

.gitignore

+16-14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Xcode
66
#
7+
build/
78
*.pbxuser
89
!default.pbxuser
910
*.mode1v3
@@ -18,36 +19,37 @@ xcuserdata
1819
DerivedData
1920
*.hmap
2021
*.ipa
21-
gradle
22-
project.xcworkspace
22+
*.xcuserstate
2323

24-
# Android/IJ
24+
# Android/IntelliJ
2525
#
26+
build/
2627
.idea
2728
.gradle
2829
local.properties
29-
build
30+
*.iml
31+
*.keystore
32+
!debug.keystore
3033

3134
# node.js
3235
#
33-
node_modules
36+
node_modules/
3437
npm-debug.log
38+
yarn-error.log
3539

40+
# CocoaPods
41+
/ios/Pods/
3642

37-
# webstorm
38-
#
39-
*.iml
40-
41-
# unfinished documents
42-
#
43+
# Other
4344
cn-doc.md
44-
45-
# experimental code
46-
#
4745
experimental/
4846

47+
# Generated
4948
/lib/
5049
/flow-typed/
5150

5251
# VS Code
5352
.vscode/
53+
.classpath
54+
.project
55+
.settings/

0 commit comments

Comments
 (0)