Skip to content

Commit ff96fc7

Browse files
committedJul 22, 2017
gitignore etended for IntelliJ
1 parent 7d53d00 commit ff96fc7

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed
 

‎.gitignore

+55-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,58 @@ target/
4242
.target
4343

4444
# TeXlipse plugin
45-
.texlipse
45+
.texlipse
46+
47+
### JetBrains ###
48+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
49+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
50+
51+
# User-specific stuff:
52+
.idea/workspace.xml
53+
.idea/tasks.xml
54+
.idea/dictionaries
55+
.idea/vcs.xml
56+
.idea/jsLibraryMappings.xml
57+
58+
# Sensitive or high-churn files:
59+
.idea/dataSources.ids
60+
.idea/dataSources.xml
61+
.idea/dataSources.local.xml
62+
.idea/sqlDataSources.xml
63+
.idea/dynamic.xml
64+
.idea/uiDesigner.xml
65+
66+
# Gradle:
67+
.idea/gradle.xml
68+
.idea/libraries
69+
70+
# Mongo Explorer plugin:
71+
.idea/mongoSettings.xml
72+
73+
## File-based project format:
74+
*.iws
75+
76+
## Plugin-specific files:
77+
78+
# IntelliJ
79+
/out/
80+
81+
# mpeltonen/sbt-idea plugin
82+
.idea_modules/
83+
84+
# JIRA plugin
85+
atlassian-ide-plugin.xml
86+
87+
# Crashlytics plugin (for Android Studio and IntelliJ)
88+
com_crashlytics_export_strings.xml
89+
crashlytics.properties
90+
crashlytics-build.properties
91+
fabric.properties
92+
93+
### JetBrains Patch ###
94+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
95+
96+
*.iml
97+
# modules.xml
98+
# .idea/misc.xml
99+
*.ipr

0 commit comments

Comments
 (0)
Please sign in to comment.