From 0a095ab28fd75443a60a6cfc4d9b81450e55a3e0 Mon Sep 17 00:00:00 2001 From: mohand ou idir belfares <85136127+idirbfs@users.noreply.github.com> Date: Sun, 7 Jun 2026 12:47:35 +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