From 0979269c13d5e526646f9f8aee6507794475a8d9 Mon Sep 17 00:00:00 2001 From: Brad <33629813+dvlprlife@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:49:38 -0500 Subject: [PATCH] Update AL.gitignore --- AL.gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/AL.gitignore b/AL.gitignore index 02eac698..43502e1d 100644 --- a/AL.gitignore +++ b/AL.gitignore @@ -1,13 +1,18 @@ ### AL ### #Template for AL projects for Dynamics 365 Business Central -#launch.json folder +#launch.json and settings.json folder .vscode/ #Cache folder .alcache/ #Symbols folder .alpackages/ +.packages/ +#.NET packages +.netpackages/ #Snapshots folder .snapshots/ +#Templates folder +.altemplates/ #Testing Output folder .output/ #Extension App-file @@ -16,7 +21,15 @@ rad.json #Translation Base-file *.g.xlf +#Translation files +*.xlf +*.lcg #License-file *.flf +*.bclicense #Test results file -TestResults.xml \ No newline at end of file +TestResults.xml +#BcptTestResultsFile +bcptTestResults.json +#Build files +*.al.bak