Skip to content

Commit

Permalink
Merge pull request #1211 from microsoft/littleaj/intellij_project_set…
Browse files Browse the repository at this point in the history
…tings

sync intellij project settings
  • Loading branch information
littleaj authored Feb 27, 2020
2 parents dce4e71 + 54f7382 commit 5bf8312
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@ javaconfig.json
build/

# Ignore Gradle GUI config
gradle-app.setting
gradle-app.setting

## Directory-based project format:
.idea
# if you remove the above rule, at least ignore the following:


# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Ignore all xml in idea (keep codeStyles)
.idea/*.xml

## Directory-based project format:
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries


# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
.idea/dataSources.ids
.idea/dataSources.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:
Expand All @@ -62,8 +62,7 @@ gradle-app.setting
## Plugin-specific files:

# IntelliJ
out/
*.iml
out/

# mpeltonen/sbt-idea plugin
.idea_modules/
Expand Down
69 changes: 69 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bf8312

Please sign in to comment.