From 5f4cf9d4c30d91c321d09037fcb22f1c5dbb703c Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:13 +0100 Subject: [PATCH 1/2] 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 From 87a13491bd7b4fc2449ec6c43a89e74bf26fa9ee Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:56 +0100 Subject: [PATCH 2/2] new line for validation --- Global/AL.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/AL.gitignore b/Global/AL.gitignore index 0f5f6c4b..3cdf36b7 100644 --- a/Global/AL.gitignore +++ b/Global/AL.gitignore @@ -8,4 +8,4 @@ # Local History for Visual Studio Code .history/ *.app -.snapshots/* \ No newline at end of file +.snapshots/*