From 5f4cf9d4c30d91c321d09037fcb22f1c5dbb703c Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:13 +0100 Subject: [PATCH] adding the initial version of the AL Language --- Global/AL.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Global/AL.gitignore diff --git a/Global/AL.gitignore b/Global/AL.gitignore new file mode 100644 index 00000000..0f5f6c4b --- /dev/null +++ b/Global/AL.gitignore @@ -0,0 +1,11 @@ +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* \ No newline at end of file