Update .gitignore
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -7,6 +7,7 @@ Cache/
|
||||
Binaries/
|
||||
Logs/
|
||||
Source/*.csproj
|
||||
/Package_*/
|
||||
!Source/Engine/Debug
|
||||
|
||||
# User-specific files
|
||||
@@ -22,11 +23,6 @@ Source/*.csproj
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# NuGet Packages Directory
|
||||
packages/**/*
|
||||
!packages/repositories.config
|
||||
@@ -56,9 +52,6 @@ packages/**/*
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
@@ -72,12 +65,6 @@ ipch/
|
||||
*.vsp
|
||||
*.vspx
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
@@ -100,9 +87,6 @@ _NCrunch_*
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user