-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
68 lines (54 loc) · 791 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# ------------------------------
# PowerShell Module
# ------------------------------
# Ignore Output, Scratch, Temp, Test Results
Output/
scratch/
temp/
tmp/
testResults.xml
# ------------------------------
# Excel Add-In/Package Projects
# ------------------------------
# Excel temporary files
~*
~$*
~$*.xla
~$*.xlam
~$*.xls
~$*.xlsb
~$*.xlsm
~$*.xlsx
~$*.xlt
~$*.xltm
~$*.xltx
# Build files
Build/Release/
Build/Debug/
# Excel Workbooks
# Need to decide to ignore or not
# Can always build from source but more work
*.xlsm
*.xlam
*.xla
*.xlsx
*.xlsb
# Zips
*.zip
*.7z
# Windows Image File Caches
Thumbs.db
ehthumbs.db
# Folder Configs
Desktop.ini
# Recycle Bin File Share
$RECYCLE.BIN/
# Installers
*.msi
*.msm
*.msp
*.cab
# Dynamic Link Libraries
*.dll
# Shortcuts
*.lnk