Skip to content

Commit 5bf8312

Browse files
authored
Merge pull request #1211 from microsoft/littleaj/intellij_project_settings
sync intellij project settings
2 parents dce4e71 + 54f7382 commit 5bf8312

File tree

3 files changed

+92
-19
lines changed

3 files changed

+92
-19
lines changed

.gitignore

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@ javaconfig.json
2424
build/
2525

2626
# Ignore Gradle GUI config
27-
gradle-app.setting
27+
gradle-app.setting
2828

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

33-
34-
# User-specific stuff:
35-
# .idea/workspace.xml
36-
# .idea/tasks.xml
37-
# .idea/dictionaries
30+
# Ignore all xml in idea (keep codeStyles)
31+
.idea/*.xml
32+
33+
## Directory-based project format:
34+
# User-specific stuff:
35+
.idea/workspace.xml
36+
.idea/tasks.xml
37+
.idea/dictionaries
3838

3939

4040
# Sensitive or high-churn files:
41-
# .idea/dataSources.ids
42-
# .idea/dataSources.xml
43-
# .idea/sqlDataSources.xml
44-
# .idea/dynamic.xml
45-
# .idea/uiDesigner.xml
41+
.idea/dataSources.ids
42+
.idea/dataSources.xml
43+
.idea/sqlDataSources.xml
44+
.idea/dynamic.xml
45+
.idea/uiDesigner.xml
4646

4747

4848
# Gradle:
49-
# .idea/gradle.xml
50-
# .idea/libraries
49+
.idea/gradle.xml
50+
.idea/libraries
5151

5252

5353
# Mongo Explorer plugin:
54-
# .idea/mongoSettings.xml
54+
.idea/mongoSettings.xml
5555

5656

5757
## File-based project format:
@@ -62,8 +62,7 @@ gradle-app.setting
6262
## Plugin-specific files:
6363

6464
# IntelliJ
65-
out/
66-
*.iml
65+
out/
6766

6867
# mpeltonen/sbt-idea plugin
6968
.idea_modules/

.idea/codeStyles/Project.xml

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)