Skip to content

Commit

Permalink
chore: update .gitignore for Rider (#27)
Browse files Browse the repository at this point in the history
* chore: update .gitignore for Rider

* chore: use intellij template

* chore: ignore iml files
  • Loading branch information
JensSteenmetz authored Mar 31, 2024
1 parent d2a529d commit aa8db8c
Showing 1 changed file with 52 additions and 2 deletions.
54 changes: 52 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,55 @@ FodyWeavers.xsd
*.msm
*.msp

# JetBrains Rider
*.sln.iml
### Intellij ###
# From https://www.gitignore.io/api/intellij
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml

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

# Gradle:
.idea/gradle.xml
.idea/libraries

# Mongo Explorer plugin:
.idea/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### Intellij Patch ###
# Could create issues, see: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

*.iml
modules.xml

0 comments on commit aa8db8c

Please sign in to comment.