Merge pull request #4380 from aspnet/scottaddie/cleanup-gitignore-file
.gitignore file cleanuppull/4382/head
commit
96166e2181
|
@ -1,7 +1,6 @@
|
|||
_build/
|
||||
_site/
|
||||
Properties/
|
||||
node_modules/
|
||||
|
||||
# Use git add -f to force override .sln when required. Not needed in most cases.
|
||||
# git add -f myProj.sln
|
||||
|
@ -213,4 +212,6 @@ __pycache__/
|
|||
|
||||
#Mac OSX
|
||||
.DS_Store
|
||||
aspnetcore/fundamentals/servers/httpsys/_static/Thumbs.db
|
||||
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
Loading…
Reference in New Issue