Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 43f9856

Browse files
committed
removed .idea from repo
1 parent cdfb2f3 commit 43f9856

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

.gitignore

+2-27
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,8 @@ hs_err_pid*
1919
*.class
2020
*.jar
2121

22-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
23-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
24-
25-
# User-specific stuff
26-
.idea/**/workspace.xml
27-
.idea/**/tasks.xml
28-
.idea/**/dictionaries
29-
.idea/**/shelf
30-
31-
# Sensitive or high-churn files
32-
.idea/**/dataSources/
33-
.idea/**/dataSources.ids
34-
.idea/**/dataSources.local.xml
35-
.idea/**/sqlDataSources.xml
36-
.idea/**/dynamic.xml
37-
.idea/**/uiDesigner.xml
38-
39-
# Gradle
40-
.idea/**/gradle.xml
41-
.idea/**/libraries
42-
43-
# CMake
44-
cmake-build-debug/
45-
cmake-build-release/
46-
47-
# Mongo Explorer plugin
48-
.idea/**/mongoSettings.xml
22+
# IntelliJ
23+
.idea
4924

5025
# File-based project format
5126
*.iws

.idea/misc.xml

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)