Skip to content

Instantly share code, notes, and snippets.

@NovaSurfer
Last active August 28, 2018 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NovaSurfer/b3fdaa57fedb778f0223378926195505 to your computer and use it in GitHub Desktop.
Save NovaSurfer/b3fdaa57fedb778f0223378926195505 to your computer and use it in GitHub Desktop.
Unity + VS17 + Rider .gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Bb]uilds/
bld/
[Bb]in/
[Oo]bj/
# Visual Studio 2017 cache/options directory
.vs/
#Unity stuff
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
# Unity3D Generated File On Crash Reports
sysinfo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment