Skip to content

Commit e27e00d

Browse files
committed
add Rider .idea directory
1 parent ac2e096 commit e27e00d

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
.DS_Store
2+
3+
# Common IntelliJ Platform excludes
4+
5+
# User specific
6+
**/.idea/**/workspace.xml
7+
**/.idea/**/tasks.xml
8+
**/.idea/shelf/*
9+
**/.idea/dictionaries
10+
**/.idea/httpRequests/
11+
12+
# Sensitive or high-churn files
13+
**/.idea/**/dataSources/
14+
**/.idea/**/dataSources.ids
15+
**/.idea/**/dataSources.xml
16+
**/.idea/**/dataSources.local.xml
17+
**/.idea/**/sqlDataSources.xml
18+
**/.idea/**/dynamic.xml
19+
20+
# Rider
21+
# Rider auto-generates .iml files, and contentModel.xml
22+
**/.idea/**/*.iml
23+
**/.idea/**/contentModel.xml
24+
**/.idea/**/modules.xml
25+
26+
[Pp]ackages/
27+
28+
Thumbs.db
29+
Desktop.ini
30+
231
## Ignore Visual Studio temporary files, build results, and
332
## files generated by popular Visual Studio add-ons.
433
##

.idea/.idea.StardewToDew/.idea/.gitignore

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

.idea/.idea.StardewToDew/.idea/indexLayout.xml

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

.idea/.idea.StardewToDew/.idea/vcs.xml

Lines changed: 6 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)