Skip to content

Instantly share code, notes, and snippets.

@theilgaz
Created November 3, 2022 14:44
Show Gist options
  • Save theilgaz/3fdd94bd65b861fa5fe7cd313db76ffe to your computer and use it in GitHub Desktop.
Save theilgaz/3fdd94bd65b861fa5fe7cd313db76ffe to your computer and use it in GitHub Desktop.
Rider IDE git ignore
# 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