Created
November 3, 2022 14:44
-
-
Save theilgaz/3fdd94bd65b861fa5fe7cd313db76ffe to your computer and use it in GitHub Desktop.
Rider IDE git ignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Common IntelliJ Platform excludes | |
# 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 | |
*.suo | |
*.user | |
.vs/ | |
[Bb]in/ | |
[Oo]bj/ | |
_UpgradeReport_Files/ | |
[Pp]ackages/ | |
Thumbs.db | |
Desktop.ini | |
.DS_Store | |
.idea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment