mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
5 Commits
33c6e21a11
...
fc26c140a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc26c140a9 | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
f7295a0c69 |
36
AL.gitignore
36
AL.gitignore
@ -1,22 +1,24 @@
|
|||||||
### AL ###
|
### AL ###
|
||||||
#Template for AL projects for Dynamics 365 Business Central
|
# Template for AL projects for Dynamics 365 Business Central
|
||||||
#launch.json folder
|
# Symbols folder
|
||||||
.vscode/
|
|
||||||
#Cache folder
|
|
||||||
.alcache/
|
|
||||||
#Symbols folder
|
|
||||||
.alpackages/
|
.alpackages/
|
||||||
#Snapshots folder
|
# Snapshots folder
|
||||||
.snapshots/
|
.snapshots/
|
||||||
#Testing Output folder
|
# VSCode folder
|
||||||
.output/
|
.alcache/
|
||||||
#Extension App-file
|
.altemplates/
|
||||||
*.app
|
.history/
|
||||||
#Rapid Application Development File
|
launch.json
|
||||||
rad.json
|
rad.json
|
||||||
#Translation Base-file
|
# Test folders and files
|
||||||
*.g.xlf
|
.output/
|
||||||
#License-file
|
.altestrunner/
|
||||||
*.flf
|
|
||||||
#Test results file
|
|
||||||
TestResults.xml
|
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/*
|
|
||||||
@ -1,5 +1,6 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.localized
|
||||||
__MACOSX/
|
__MACOSX/
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user