Skip to content

Commit e31a115

Browse files
committed
Update .gitignore and .idea
1 parent b8acc96 commit e31a115

2 files changed

Lines changed: 33 additions & 6 deletions

File tree

.gitignore

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ typings/
7575
# Serverless directories
7676
.serverless
7777

78-
### JetBrains template
78+
### JetBrains ###
7979
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
8080
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8181

@@ -86,6 +86,9 @@ typings/
8686
.idea/**/dictionaries
8787
.idea/**/shelf
8888

89+
# Generated files
90+
.idea/**/contentModel.xml
91+
8992
# Sensitive or high-churn files
9093
.idea/**/dataSources/
9194
.idea/**/dataSources.ids
@@ -106,6 +109,8 @@ typings/
106109
# .idea/modules.xml
107110
# .idea/*.iml
108111
# .idea/modules
112+
# *.iml
113+
# *.ipr
109114

110115
# CMake
111116
cmake-build-*/
@@ -134,10 +139,26 @@ crashlytics.properties
134139
crashlytics-build.properties
135140
fabric.properties
136141

137-
# Markdown Navigator
138-
.idea/markdown-navigator/
139-
.idea/markdown-navigator.xml
140-
.idea/markdown-exported-files.xml
141-
142142
# Editor-based Rest Client
143143
.idea/httpRequests
144+
145+
# Android studio 3.1+ serialized cache file
146+
.idea/caches/build_file_checksums.ser
147+
148+
### JetBrains Patch ###
149+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
150+
151+
# *.iml
152+
# modules.xml
153+
# .idea/misc.xml
154+
# *.ipr
155+
156+
# Sonarlint plugin
157+
.idea/**/sonarlint/
158+
159+
# SonarQube Plugin
160+
.idea/**/sonarIssues.xml
161+
162+
# Markdown Navigator plugin
163+
.idea/**/markdown-navigator.xml
164+
.idea/**/markdown-navigator/

.idea/jsLibraryMappings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)