@@ -48,7 +48,6 @@ hs_err_pid*
4848# # Other
4949# # Obj-C/Swift specific
5050* .hmap
51- * .ipa
5251* .dSYM.zip
5352* .dSYM
5453
@@ -67,24 +66,6 @@ hs_err_pid*
6766
6867Carthage /Build
6968
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 /
8869# ## JetBrains template
8970# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
9071# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -115,27 +96,49 @@ cmake-build-release/
11596# Mongo Explorer plugin
11697.idea /** /mongoSettings.xml
11798
118- # File-based project format
119- * .iws
120-
12199# IntelliJ
122100out /
123101
124102# mpeltonen/sbt-idea plugin
125103.idea_modules /
126104
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