-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (40 loc) · 975 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
48
49
# Omit Visual Studio unneeded folders/files
*.suo
*.user
*.vsp
*.vspx
.vs/
*.tmp
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
debug.log
# Omit Build results
bin/
packages/
obj/
**/StyleCop.Cache
# Omit these folders
UtilityPrograms/
# Keep: these required dll dependencies
Dependencies-Dlls/**
!Dependencies-Dlls/Xceed.Wpf.AvalonDock.dll
!Dependencies-Dlls/Xceed.Wpf.Toolkit.dll
!Dependencies-Dlls/DialogUpgradeFiles.dll
# Keep: these required exe dependencies
Dependencies-Exes/**
!Dependencies-Exes/exiftool(-k).exe
!Dependencies-Exes/ffmpeg.exe
# Remove the above from the Timelapse subfolder, as they will be copied from the dependencies when built
Timelapse/exiftool(-k).exe
Timelapse/ffmpeg.exe
# NuGet Packages
**/packages/*
# except build/, which is used as an MSBuild target.
# and any custom dlls that aren't from NuGet
!**/packages/build/
# Timelapse output
Backups/
*.pdb
# Omit other extraneous files that don't need to be in the build
ToDo.docx
~$ToDo.docx