Skip to content

Commit

Permalink
refactor: include Rider files (#1201)
Browse files Browse the repository at this point in the history
According to [JetBrains](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore) some files in the `.idea` directory should not be excluded.
  • Loading branch information
vbreuss authored Jan 31, 2025
1 parent d35b189 commit c13054b
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,30 @@ $RECYCLE.BIN/
# Mac crap
.DS_Store

# JetBrains Rider IDE files
.idea/

#System.IO.Abstractions specific ignores
Releases
System.IO.Abstractions.*.nupkg

# Common IntelliJ Platform excludes
# https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore

# User specific
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/shelf/*
**/.idea/dictionaries
**/.idea/httpRequests/

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

# Rider
# Rider auto-generates .iml files, and contentModel.xml
**/.idea/**/*.iml
**/.idea/**/contentModel.xml
**/.idea/**/modules.xml
13 changes: 13 additions & 0 deletions .idea/.idea.System.IO.Abstractions/.idea/.gitignore

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

4 changes: 4 additions & 0 deletions .idea/.idea.System.IO.Abstractions/.idea/encodings.xml

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

8 changes: 8 additions & 0 deletions .idea/.idea.System.IO.Abstractions/.idea/indexLayout.xml

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

6 changes: 6 additions & 0 deletions .idea/.idea.System.IO.Abstractions/.idea/vcs.xml

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

1 change: 1 addition & 0 deletions System.IO.Abstractions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{BBF7AD8D-5522-48
README.md = README.md
version.json = version.json
Directory.Packages.props = Directory.Packages.props
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{2BE9161B-A3F3-4511-81DB-DB1DCB6375C9}"
Expand Down

0 comments on commit c13054b

Please sign in to comment.