From 45236d16ef6758f52e137229fd503eae26ec4133 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:11:00 -0400 Subject: [PATCH] Add files for Access Suggestions taken from: https://github.com/joyfullservice/msaccess-vcs-addin/blob/main/.gitignore.default --- VBA.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VBA.gitignore b/VBA.gitignore index b111b119..db97b537 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,6 +1,10 @@ # Office temporary files ~$* +# Access database lock files +*.laccdb +*.ldb + # The following sections constitute a list of Office file extensions that support VBA. # If you want to exclude Office files from your repo, uncomment the corresponding file extensions. @@ -19,7 +23,8 @@ #*.[dD][oO][tT] #*.[dD][oO][tT][mM] -# Access (accdb, accde, mdb, mde) +# Access (accda, accdb, accde, mdb, mde) +#*.[aA][cC][cC][dD][aA] #*.[aA][cC][cC][dD][bB] #*.[aA][cC][cC][dD][eE] #*.[mM][dD][bB]