Skip to content

Commit e1141be

Browse files
committed
update .gitignore
1 parent 7cf696a commit e1141be

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.gitignore

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cppcheck*.xml
22
.build/
33
doc/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)
7176
com_crashlytics_export_strings.xml
7277
crashlytics.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+

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)