From 13d15e9cd62feca4cd8b1697d31c449c25f485da Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 17 Apr 2026 14:31:47 -0700 Subject: [PATCH] Removes duplicate AL.gitignore Removes the root version since I can't properly gauge the impact and widespread use of AL easily. I also did this because the community version is simpler and more complete in my opinion. --- AL.gitignore | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 AL.gitignore diff --git a/AL.gitignore b/AL.gitignore deleted file mode 100644 index 02eac6989a..0000000000 --- a/AL.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -### 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-file -*.flf -#Test results file -TestResults.xml \ No newline at end of file