mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Merge pull request #3871 from GuillemPM/add-businesscentral
Add .gitignore for Microsoft Business Central
This commit is contained in:
commit
2b8e5b36ec
1 changed files with 22 additions and 0 deletions
22
AL.gitignore
Normal file
22
AL.gitignore
Normal file
|
@ -0,0 +1,22 @@
|
|||
### 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
|
Loading…
Add table
Add a link
Reference in a new issue