mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
22 lines
371 B
Plaintext
22 lines
371 B
Plaintext
### 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
|
|
.output/
|
|
#Extension App-file
|
|
*.app
|
|
#Rapid Application Development File
|
|
rad.json
|
|
#Translation Base-file
|
|
*.g.xlf
|
|
#License-file
|
|
*.flf
|
|
#Test results file
|
|
TestResults.xml |