-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
39 lines (32 loc) · 856 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Source: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
/workspace.xml
/tasks.xml
/usage.statistics.xml
/dictionaries
/shelf
# Generated files
/contentModel.xml
# Sensitive or high-churn files
/dataSources/
/dataSources.ids
/dataSources.local.xml
/sqlDataSources.xml
/dynamic.xml
/uiDesigner.xml
/dbnavigator.xml
# Gradle
/gradle.xml
/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
/modules.xml
/*.iml
/modules
# Other
/compiler.xml
/misc.xml