We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd9e94 commit 4101e3fCopy full SHA for 4101e3f
1 file changed
AL.gitignore
@@ -0,0 +1,22 @@
1
+### AL ###
2
+#Template for AL projects for Dynamics 365 Business Central
3
+#launch.json folder
4
+.vscode/
5
+#Cache folder
6
+.alcache/
7
+#Symbols folder
8
+.alpackages/
9
+#Snapshots folder
10
+.snapshots/
11
+#Testing Output folder
12
+.output/
13
+#Extension App-file
14
+*.app
15
+#Rapid Application Development File
16
+rad.json
17
+#Translation Base-file
18
+*.g.xlf
19
+#License-file
20
+*.flf
21
+#Test results file
22
+TestResults.xml
0 commit comments