1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00
This commit is contained in:
Joris Poppe 2025-07-01 21:23:22 +02:00 committed by GitHub
commit eb9004bda6
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 ###
# 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
# VSCode folder
.alcache/
.altemplates/
.history/
launch.json
rad.json
# Test folders and files
.output/
.altestrunner/
TestResults.xml
# Extension App-file
*.app
#Rapid Application Development File
rad.json
# Translation Base-file
*.g.xlf
# License-file
*.flf
#Test results file
TestResults.xml
# Include app.json
!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/*