Skip to content

Commit e5b4afd

Browse files
committed
Expand gitignore with JetBrain and IntelliJ files
1 parent 9f3c73d commit e5b4afd

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

.gitignore

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dist/
1515
downloads/
1616
eggs/
1717
.eggs/
18-
lib/
1918
lib64/
2019
parts/
2120
sdist/
@@ -87,3 +86,54 @@ ENV/
8786

8887
# Rope project settings
8988
.ropeproject
89+
### JetBrains template
90+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
91+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
92+
93+
# User-specific stuff:
94+
.idea/workspace.xml
95+
.idea/tasks.xml
96+
97+
# Sensitive or high-churn files:
98+
.idea/dataSources/
99+
.idea/dataSources.ids
100+
.idea/dataSources.xml
101+
.idea/dataSources.local.xml
102+
.idea/sqlDataSources.xml
103+
.idea/dynamic.xml
104+
.idea/uiDesigner.xml
105+
106+
# Gradle:
107+
.idea/gradle.xml
108+
.idea/libraries
109+
110+
# Mongo Explorer plugin:
111+
.idea/mongoSettings.xml
112+
113+
## File-based project format:
114+
*.iws
115+
116+
## Plugin-specific files:
117+
118+
# IntelliJ
119+
/out/
120+
121+
# mpeltonen/sbt-idea plugin
122+
.idea_modules/
123+
124+
# JIRA plugin
125+
atlassian-ide-plugin.xml
126+
127+
# Crashlytics plugin (for Android Studio and IntelliJ)
128+
com_crashlytics_export_strings.xml
129+
crashlytics.properties
130+
crashlytics-build.properties
131+
fabric.properties
132+
### Example user template template
133+
### Example user template
134+
135+
# IntelliJ project files
136+
.idea
137+
*.iml
138+
out
139+
gen

0 commit comments

Comments
 (0)