1
0
mirror of https://github.com/github/gitignore synced 2024-06-16 17:39:58 +02:00
gitignore/AL.gitignore

36 lines
569 B
Plaintext
Raw Normal View History

### AL ###
#Template for AL projects for Dynamics 365 Business Central
2024-02-21 17:49:38 +01:00
#launch.json and settings.json folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/
2024-02-21 17:49:38 +01:00
.packages/
#.NET packages
.netpackages/
#Snapshots folder
.snapshots/
2024-02-21 17:49:38 +01:00
#Templates folder
.altemplates/
#Testing Output folder
.output/
#Extension App-file
*.app
#Rapid Application Development File
rad.json
#Translation Base-file
*.g.xlf
2024-02-21 17:49:38 +01:00
#Translation files
*.xlf
*.lcg
#License-file
*.flf
2024-02-21 17:49:38 +01:00
*.bclicense
#Test results file
2024-02-21 17:49:38 +01:00
TestResults.xml
#BcptTestResultsFile
bcptTestResults.json
#Build files
*.al.bak