Skip to content

Commit a42089f

Browse files
committed
Update gitignore
1 parent 55a6a9e commit a42089f

1 file changed

Lines changed: 5 additions & 38 deletions

File tree

.gitignore

Lines changed: 5 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,13 @@ src/test/resources/_testplayer/
88
hs_err_pid*
99
.gradle
1010

11-
#### https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
12-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
13-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
14-
15-
# User-specific stuff:
16-
.idea/**/workspace.xml
17-
.idea/**/tasks.xml
18-
.idea/dictionaries
19-
.idea/jarRepositories.xml
20-
.idea/encodings.xml
21-
.idea/vcs.xml
22-
.idea/artifacts/
23-
.idea/misc.xml
24-
.idea/compiler.xml
25-
.idea/azureSettings.xml
26-
.idea/azure
27-
.idea/libraries-with-intellij-classes.xml
28-
29-
# Sensitive or high-churn files:
30-
.idea/**/dataSources/
31-
.idea/**/dataSources.ids
32-
.idea/**/dataSources.xml
33-
.idea/**/dataSources.local.xml
34-
.idea/**/sqlDataSources.xml
35-
.idea/**/dynamic.xml
36-
.idea/**/uiDesigner.xml
37-
38-
# Gradle:
39-
.idea/**/gradle.xml
40-
.idea/**/libraries
41-
42-
# Gradle and Maven with auto-import
43-
# When using Gradle or Maven with auto-import, you should exclude module files,
44-
# since they will be recreated, and may cause churn. Uncomment if using
45-
# auto-import.
46-
.idea/modules.xml
47-
.idea/*.iml
48-
.idea/modules
11+
##Intellij
12+
.idea/**
4913
*.iml
5014
*.ipr
15+
!/.idea/copyright/**
16+
!/.idea/inspectionProfiles/Project_Default.xml
17+
!/.idea/vcs.xml
5118

5219
# CMake
5320
cmake-build-debug/

0 commit comments

Comments
 (0)