mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Update AL.gitignore
This commit is contained in:
parent
4488915eec
commit
f7295a0c69
36
AL.gitignore
36
AL.gitignore
@ -1,22 +1,24 @@
|
||||
### AL ###
|
||||
#Template for AL projects for Dynamics 365 Business Central
|
||||
#launch.json folder
|
||||
.vscode/
|
||||
#Cache folder
|
||||
.alcache/
|
||||
#Symbols folder
|
||||
# Template for AL projects for Dynamics 365 Business Central
|
||||
# Symbols folder
|
||||
.alpackages/
|
||||
#Snapshots folder
|
||||
# Snapshots folder
|
||||
.snapshots/
|
||||
#Testing Output folder
|
||||
.output/
|
||||
#Extension App-file
|
||||
*.app
|
||||
#Rapid Application Development File
|
||||
# VSCode folder
|
||||
.alcache/
|
||||
.altemplates/
|
||||
.history/
|
||||
launch.json
|
||||
rad.json
|
||||
#Translation Base-file
|
||||
*.g.xlf
|
||||
#License-file
|
||||
*.flf
|
||||
#Test results file
|
||||
# Test folders and files
|
||||
.output/
|
||||
.altestrunner/
|
||||
TestResults.xml
|
||||
# Extension App-file
|
||||
*.app
|
||||
# Translation Base-file
|
||||
*.g.xlf
|
||||
# License-file
|
||||
*.flf
|
||||
# Include app.json
|
||||
!app.json
|
||||
|
@ -1,11 +0,0 @@
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
*.app
|
||||
.snapshots/*
|
Loading…
Reference in New Issue
Block a user