@@ -48,7 +48,6 @@ hs_err_pid*
48
48
# # Other
49
49
# # Obj-C/Swift specific
50
50
* .hmap
51
- * .ipa
52
51
* .dSYM.zip
53
52
* .dSYM
54
53
@@ -67,24 +66,6 @@ hs_err_pid*
67
66
68
67
Carthage /Build
69
68
70
- # fastlane
71
- #
72
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
73
- # screenshots whenever they are needed.
74
- # For more information about the recommended setup visit:
75
- # https://docs.fastlane.tools/best-practices/source-control/#source-control
76
-
77
- fastlane /report.xml
78
- fastlane /Preview.html
79
- fastlane /screenshots /** /* .png
80
- fastlane /test_output
81
-
82
- # Code Injection
83
- #
84
- # After new code Injection tools there's a generated folder /iOSInjectionProject
85
- # https://github.com/johnno1962/injectionforxcode
86
-
87
- iOSInjectionProject /
88
69
# ## JetBrains template
89
70
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
90
71
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -115,27 +96,49 @@ cmake-build-release/
115
96
# Mongo Explorer plugin
116
97
.idea /** /mongoSettings.xml
117
98
118
- # File-based project format
119
- * .iws
120
-
121
99
# IntelliJ
122
100
out /
123
101
124
102
# mpeltonen/sbt-idea plugin
125
103
.idea_modules /
126
104
127
- # JIRA plugin
128
- atlassian-ide-plugin.xml
129
-
130
- # Cursive Clojure plugin
131
- .idea /replstate.xml
132
-
133
- # Crashlytics plugin (for Android Studio and IntelliJ)
134
- com_crashlytics_export_strings.xml
135
- crashlytics.properties
136
- crashlytics-build.properties
137
- fabric.properties
138
-
139
- # Editor-based Rest Client
140
- .idea /httpRequests
141
-
105
+ # ## macOS template
106
+ # General
107
+ .DS_Store
108
+ .AppleDouble
109
+ .LSOverride
110
+
111
+ # Icon must end with two \r
112
+ Icon
113
+
114
+ # Thumbnails
115
+ ._ *
116
+
117
+ # Files that might appear in the root of a volume
118
+ .DocumentRevisions-V100
119
+ .fseventsd
120
+ .Spotlight-V100
121
+ .TemporaryItems
122
+ .Trashes
123
+ .VolumeIcon.icns
124
+ .com.apple.timemachine.donotpresent
125
+
126
+ # Directories potentially created on remote AFP share
127
+ .AppleDB
128
+ .AppleDesktop
129
+ Network Trash Folder
130
+ Temporary Items
131
+ .apdisk
132
+ # ## Gradle template
133
+ .gradle
134
+ # Ignore Gradle GUI config
135
+ gradle-app.setting
136
+
137
+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
138
+ ! gradle-wrapper.jar
139
+
140
+ # Cache of project
141
+ .gradletasknamecache
142
+
143
+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
144
+ # gradle/wrapper/gradle-wrapper.properties
0 commit comments