Merge f7295a0c69b69dbe70d07d0ec0f98bf8d1668a39 into 86d1826a9f3daf4744e7229a26187f81c081744c

This commit is contained in:
Joris Poppe 2025-03-23 13:07:29 +00:00 committed by GitHub
commit 815180da2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 27 deletions

View File

@ -1,22 +1,24 @@
### AL ### ### AL ###
#Template for AL projects for Dynamics 365 Business Central # Template for AL projects for Dynamics 365 Business Central
#launch.json folder # Symbols folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/ .alpackages/
#Snapshots folder # Snapshots folder
.snapshots/ .snapshots/
#Testing Output folder # VSCode folder
.output/ .alcache/
#Extension App-file .altemplates/
*.app .history/
#Rapid Application Development File launch.json
rad.json rad.json
#Translation Base-file # Test folders and files
.output/
.altestrunner/
TestResults.xml
# Extension App-file
*.app
# Translation Base-file
*.g.xlf *.g.xlf
#License-file # License-file
*.flf *.flf
#Test results file # Include app.json
TestResults.xml !app.json

View File

@ -1,11 +0,0 @@
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
*.app
.snapshots/*