Skip to content

Commit

Permalink
Ignore Rider files
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardrowe committed Dec 15, 2020
1 parent de68d94 commit e8987da
Showing 1 changed file with 86 additions and 10 deletions.
96 changes: 86 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

# Created by https://www.gitignore.io/api/unity,macos,windows
# Edit at https://www.gitignore.io/?templates=unity,macos,windows
# Created by https://www.toptal.com/developers/gitignore/api/unity,macos,windows,rider
# Edit at https://www.toptal.com/developers/gitignore?templates=unity,macos,windows,rider

### macOS ###
# General
Expand All @@ -11,6 +10,7 @@
# Icon must end with two \r
Icon


# Thumbnails
._*

Expand All @@ -30,6 +30,79 @@ Network Trash Folder
Temporary Items
.apdisk

### Rider ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

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

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

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

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

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Unity ###
# This .gitignore file should be placed at the root of your Unity project directory
#
Expand All @@ -40,6 +113,10 @@ Temporary Items
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
Expand All @@ -48,11 +125,8 @@ Temporary Items
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# TextMesh Pro files
[Aa]ssets/TextMesh*Pro/

# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*
/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/
Expand Down Expand Up @@ -89,10 +163,12 @@ sysinfo.txt
# Builds
*.apk
*.unitypackage
*.symbols.zip

# Crashlytics generated file
crashlytics-build.properties

# Autogenerated files
InitTestScene*.unity.meta
InitTestScene*.unity


### Windows ###
Expand Down Expand Up @@ -121,4 +197,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/unity,macos,windows
# End of https://www.toptal.com/developers/gitignore/api/unity,macos,windows,rider

0 comments on commit e8987da

Please sign in to comment.