소스 검색

Add .gitignore for Microsoft Business Central

pull/3871/head
GuillemPM 2 년 전
부모
커밋
4101e3f666
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 22
    0
      AL.gitignore

+ 22
- 0
AL.gitignore 파일 보기

@@ -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…
취소
저장