Skip to content

Commit bc8923b

Browse files
authored
Create VBA.gitignore
1 parent 8779ee7 commit bc8923b

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

VBA.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Office temporary files
2+
~$*
3+
4+
# The following sections constitute a list of Office file extensions that support VBA.
5+
# If you want to exclude Office files from your repo, uncomment the corresponding file extensions.
6+
7+
# Excel (xls, xlsb, xlsm, xlt, xltm, xla, xlam)
8+
#*.[xX][lL][sS]
9+
#*.[xX][lL][sS][bB]
10+
#*.[xX][lL][sS][mM]
11+
#*.[xX][lL][tT]
12+
#*.[xX][lL][tT][mM]
13+
#*.[xX][lL][aA]
14+
#*.[xX][lL][aA][mM]
15+
16+
# Word (doc, docm, dot, dotm)
17+
#*.[dD][oO][cC]
18+
#*.[dD][oO][cC][mM]
19+
#*.[dD][oO][tT]
20+
#*.[dD][oO][tT][mM]
21+
22+
# Access (accdb, accde, mdb, mde)
23+
#*.[aA][cC][cC][dD][bB]
24+
#*.[aA][cC][cC][dD][eE]
25+
#*.[mM][dD][bB]
26+
#*.[mM][dD][eE]
27+
28+
# PowerPoint (ppt, pptm, pot, potm, pps, ppsm)
29+
#*.[pP][pP][tT]
30+
#*.[pP][pP][tT][mM]
31+
#*.[pP][oO][tT]
32+
#*.[pP][oO][tT][mM]
33+
#*.[pP][pP][sS]
34+
#*.[pP][pP][sS][mM]

0 commit comments

Comments
 (0)