Skip to content

Commit e85dab6

Browse files
committed
Update .gitignore to ignore AppCode files
1 parent 1165fc4 commit e85dab6

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.gitignore

+48
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,54 @@ DerivedData
1818
*.ipa
1919
*.xcuserstate
2020

21+
### AppCode ###
22+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
23+
24+
*.iml
25+
26+
## Directory-based project format:
27+
.idea/
28+
# if you remove the above rule, at least ignore the following:
29+
30+
# User-specific stuff:
31+
# .idea/workspace.xml
32+
# .idea/tasks.xml
33+
# .idea/dictionaries
34+
35+
# Sensitive or high-churn files:
36+
# .idea/dataSources.ids
37+
# .idea/dataSources.xml
38+
# .idea/sqlDataSources.xml
39+
# .idea/dynamic.xml
40+
# .idea/uiDesigner.xml
41+
42+
# Gradle:
43+
# .idea/gradle.xml
44+
# .idea/libraries
45+
46+
# Mongo Explorer plugin:
47+
# .idea/mongoSettings.xml
48+
49+
## File-based project format:
50+
*.ipr
51+
*.iws
52+
53+
## Plugin-specific files:
54+
55+
# IntelliJ
56+
/out/
57+
58+
# mpeltonen/sbt-idea plugin
59+
.idea_modules/
60+
61+
# JIRA plugin
62+
atlassian-ide-plugin.xml
63+
64+
# Crashlytics plugin (for Android Studio and IntelliJ)
65+
com_crashlytics_export_strings.xml
66+
crashlytics.properties
67+
crashlytics-build.properties
68+
2169
# CocoaPods
2270
#
2371
# We recommend against adding the Pods directory to your .gitignore. However

0 commit comments

Comments
 (0)