commit 0a095ab28fd75443a60a6cfc4d9b81450e55a3e0 Author: mohand ou idir belfares <85136127+idirbfs@users.noreply.github.com> Date: Sun Jun 7 12:47:35 2026 +0200 Initial commit 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