This commit is contained in:
Brad 2024-02-21 11:53:46 -05:00 committed by GitHub
commit 5e4d462d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 2 deletions

View File

@ -1,13 +1,18 @@
### AL ### ### AL ###
#Template for AL projects for Dynamics 365 Business Central #Template for AL projects for Dynamics 365 Business Central
#launch.json folder #launch.json and settings.json folder
.vscode/ .vscode/
#Cache folder #Cache folder
.alcache/ .alcache/
#Symbols folder #Symbols folder
.alpackages/ .alpackages/
.packages/
#.NET packages
.netpackages/
#Snapshots folder #Snapshots folder
.snapshots/ .snapshots/
#Templates folder
.altemplates/
#Testing Output folder #Testing Output folder
.output/ .output/
#Extension App-file #Extension App-file
@ -16,7 +21,15 @@
rad.json rad.json
#Translation Base-file #Translation Base-file
*.g.xlf *.g.xlf
#Translation files
*.xlf
*.lcg
#License-file #License-file
*.flf *.flf
*.bclicense
#Test results file #Test results file
TestResults.xml TestResults.xml
#BcptTestResultsFile
bcptTestResults.json
#Build files
*.al.bak