Skip to content
Snippets Groups Projects
Commit b6330256 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update gitignore

parent b178f255
Branches
No related merge requests found
# Do not track local environment settings.
.venv/
.vscode/
.idea/
###
# GitIgnore file for C# projects.
# See https://git-scm.com/docs/gitignore for documentation.
#
# Version 1.0
##
# Ignore environment settings.
.vs/
vs/
*.rsuser
*.suo
*.user
*.userprefs
*.userosscache
*.sln.docstates
# Do not track mono files.
*.userprefs
mono_crash.*
# Ignore tempfile directories.
temp/
tempfiles/
# Do not track local build results.
# Ignore project build results.
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Do not track NuGet packages.
# Ignore NuGet package data.
**/[Pp]ackages/*
!**/[Pp]ackages/build/ # except build/, which is used as an MSBuild target.
*.nupkg
*.nuget.props
*.nuget.targets
**/[Pp]ackages/*
!**/[Pp]ackages/build/ # except build/, which is used as an MSBuild target.
# Ignore logfiles.
[Ll]og/
[Ll]ogs/
*.log
*.log.*
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment