From eab99f7a0013904f584c9f613cb3fb1d56708ac6 Mon Sep 17 00:00:00 2001 From: mohand ou idir belfares <85136127+idirbfs@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:11:30 +0200 Subject: [PATCH] Initial commit --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85daa02 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +### AL ### +#Template for AL projects for Dynamics 365 Business Central +#launch.json folder +.vscode/ +#Cache folder +.alcache/ +#Symbols folder +.alpackages/ +#Snapshots folder +.snapshots/ +#Testing Output folder +.output/ +#Extension App-file +*.app +#Rapid Application Development File +rad.json +#Translation Base-file +*.g.xlf +#License-files +*.bclicense +*.flf +#Test results file +TestResults.xml \ No newline at end of file