File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed
Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ cppcheck*.xml
22.build /
33doc /doxygen /
44
5-
65# Created by https://www.toptal.com/developers/gitignore/api/clion+all
76# Edit at https://www.toptal.com/developers/gitignore?templates=clion+all
87
@@ -17,6 +16,9 @@ doc/doxygen/
1716.idea /** /dictionaries
1817.idea /** /shelf
1918
19+ # AWS User-specific
20+ .idea /** /aws.xml
21+
2022# Generated files
2123.idea /** /contentModel.xml
2224
@@ -67,6 +69,9 @@ atlassian-ide-plugin.xml
6769# Cursive Clojure plugin
6870.idea /replstate.xml
6971
72+ # SonarLint plugin
73+ .idea /sonarlint /
74+
7075# Crashlytics plugin (for Android Studio and IntelliJ)
7176com_crashlytics_export_strings.xml
7277crashlytics.properties
@@ -80,19 +85,13 @@ fabric.properties
8085.idea /caches /build_file_checksums.ser
8186
8287# ## CLion+all Patch ###
83- # Ignores the whole .idea folder and all .iml files
84- # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
88+ # Ignore everything but code style settings and run configurations
89+ # that are supposed to be shared within teams.
8590
86- .idea /
91+ .idea /*
8792
88- # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
89-
90- * .iml
91- modules.xml
92- .idea /misc.xml
93- * .ipr
94-
95- # Sonarlint plugin
96- .idea /sonarlint
93+ ! .idea /codeStyles
94+ ! .idea /runConfigurations
9795
9896# End of https://www.toptal.com/developers/gitignore/api/clion+all
97+
You can’t perform that action at this time.
0 commit comments