Skip to content

Commit

Permalink
Add .gitignore for Microsoft Business Central
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillemPM committed Nov 2, 2021
1 parent cdd9e94 commit 4101e3f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions AL.gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4101e3f

Please sign in to comment.