forked from tgjones/dynamic-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (40 loc) · 881 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Shamelessly stolen from http://gist.github.com/114476
# .gitignore for .NET projects
# Thanks to Derick Bailey
# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx
# Additional Thanks to
# - Alexey Abramov
# Standard VS.NET and ReSharper Foo
obj
bin
Bin
*.csproj.user
*ReSharper*
*resharper*
*.dotcover
*.suo
*.cache
Thumbs.db
# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
_compareTemp
_notes
aspnet_client
httpd.parse.errors
# Office Temp Files
~$*
# If you have a deploy folder
# deploy
# deploy/*
# Exclude ALL DLLs? (
# *.dll
App_Data
!src/SoundInTheory.DynamicImage.Website/Assets/Models/Obj
!src/SoundInTheory.DynamicImage.Website/bin
src/SoundInTheory.DynamicImage.Website/bin/*
!src/SoundInTheory.DynamicImage.Website/bin/D3DCompiler_43.dll
!src/SoundInTheory.DynamicImage.Website/bin/d3dx11_43.dll