|
@@ -0,0 +1,52 @@
|
|
1
|
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
|
2
|
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
3
|
+
|
|
4
|
+# User-specific stuff:
|
|
5
|
+.idea/.idea.luticate2/.idea/workspace.xml
|
|
6
|
+.idea/.idea.luticate2/.idea/tasks.xml
|
|
7
|
+
|
|
8
|
+# Sensitive or high-churn files:
|
|
9
|
+.idea/.idea.luticate2/.idea/dataSources/
|
|
10
|
+.idea/.idea.luticate2/.idea/dataSources.ids
|
|
11
|
+.idea/.idea.luticate2/.idea/dataSources.xml
|
|
12
|
+.idea/.idea.luticate2/.idea/dataSources.local.xml
|
|
13
|
+.idea/.idea.luticate2/.idea/sqlDataSources.xml
|
|
14
|
+.idea/.idea.luticate2/.idea/dynamic.xml
|
|
15
|
+.idea/.idea.luticate2/.idea/uiDesigner.xml
|
|
16
|
+
|
|
17
|
+# Gradle:
|
|
18
|
+.idea/.idea.luticate2/.idea/gradle.xml
|
|
19
|
+.idea/.idea.luticate2/.idea/libraries
|
|
20
|
+
|
|
21
|
+# Mongo Explorer plugin:
|
|
22
|
+.idea/.idea.luticate2/.idea/mongoSettings.xml
|
|
23
|
+
|
|
24
|
+## File-based project format:
|
|
25
|
+*.iws
|
|
26
|
+
|
|
27
|
+## Plugin-specific files:
|
|
28
|
+
|
|
29
|
+# IntelliJ
|
|
30
|
+/out/
|
|
31
|
+
|
|
32
|
+# mpeltonen/sbt-idea plugin
|
|
33
|
+.idea_modules/
|
|
34
|
+
|
|
35
|
+# JIRA plugin
|
|
36
|
+atlassian-ide-plugin.xml
|
|
37
|
+
|
|
38
|
+# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
39
|
+com_crashlytics_export_strings.xml
|
|
40
|
+crashlytics.properties
|
|
41
|
+crashlytics-build.properties
|
|
42
|
+fabric.properties
|
|
43
|
+
|
|
44
|
+bin
|
|
45
|
+obj
|
|
46
|
+*.dll
|
|
47
|
+*.pdb
|
|
48
|
+
|
|
49
|
+/packages
|
|
50
|
+
|
|
51
|
+*.lock.json
|
|
52
|
+appsettings.Production.json
|