Skip to content

Commit

Permalink
Fix .gitignore for Intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
wasadigi committed Mar 9, 2017
1 parent 02bd855 commit 54505ef
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ buildNumber.properties
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/dictionaries

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
**/.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries
**/.idea/**/gradle.xml
**/.idea/**/libraries

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
**/.idea/**/mongoSettings.xml

## File-based project format:
*.iws
Expand All @@ -41,7 +41,7 @@ buildNumber.properties
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/
**/.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml
Expand Down

0 comments on commit 54505ef

Please sign in to comment.