You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AL.gitignore 371B

12345678910111213141516171819202122
  1. ### AL ###
  2. #Template for AL projects for Dynamics 365 Business Central
  3. #launch.json folder
  4. .vscode/
  5. #Cache folder
  6. .alcache/
  7. #Symbols folder
  8. .alpackages/
  9. #Snapshots folder
  10. .snapshots/
  11. #Testing Output folder
  12. .output/
  13. #Extension App-file
  14. *.app
  15. #Rapid Application Development File
  16. rad.json
  17. #Translation Base-file
  18. *.g.xlf
  19. #License-file
  20. *.flf
  21. #Test results file
  22. TestResults.xml