Skip to content

Commit 45236d1

Browse files
authored
1 parent bc8923b commit 45236d1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

VBA.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Office temporary files
22
~$*
33

4+
# Access database lock files
5+
*.laccdb
6+
*.ldb
7+
48
# The following sections constitute a list of Office file extensions that support VBA.
59
# If you want to exclude Office files from your repo, uncomment the corresponding file extensions.
610

@@ -19,7 +23,8 @@
1923
#*.[dD][oO][tT]
2024
#*.[dD][oO][tT][mM]
2125

22-
# Access (accdb, accde, mdb, mde)
26+
# Access (accda, accdb, accde, mdb, mde)
27+
#*.[aA][cC][cC][dD][aA]
2328
#*.[aA][cC][cC][dD][bB]
2429
#*.[aA][cC][cC][dD][eE]
2530
#*.[mM][dD][bB]

0 commit comments

Comments
 (0)