]> source.dussan.org Git - gitignore.git/commitdiff
Add .gitignore for Microsoft Business Central 3871/head
authorGuillemPM <guillem.martin.p@gmail.com>
Tue, 2 Nov 2021 09:44:10 +0000 (10:44 +0100)
committerGuillemPM <guillem.martin.p@gmail.com>
Tue, 2 Nov 2021 09:44:10 +0000 (10:44 +0100)
AL.gitignore [new file with mode: 0644]

diff --git a/AL.gitignore b/AL.gitignore
new file mode 100644 (file)
index 0000000..02eac69
--- /dev/null
@@ -0,0 +1,22 @@
+### 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