mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
7 Commits
388c4e37d5
...
9469d69e66
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9469d69e66 | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
f963896e65 | ||
|
|
b9ad512a45 | ||
|
|
8431b56bed | ||
|
|
f7295a0c69 |
20
AL.gitignore
20
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
|
|
||||||
.vscode/
|
|
||||||
#Cache folder
|
|
||||||
.alcache/
|
|
||||||
# Symbols folder
|
# Symbols folder
|
||||||
.alpackages/
|
.alpackages/
|
||||||
# Snapshots folder
|
# Snapshots folder
|
||||||
.snapshots/
|
.snapshots/
|
||||||
#Testing Output folder
|
# VSCode folder
|
||||||
|
.alcache/
|
||||||
|
.altemplates/
|
||||||
|
.history/
|
||||||
|
launch.json
|
||||||
|
rad.json
|
||||||
|
# Test folders and files
|
||||||
.output/
|
.output/
|
||||||
|
.altestrunner/
|
||||||
|
TestResults.xml
|
||||||
# Extension App-file
|
# Extension App-file
|
||||||
*.app
|
*.app
|
||||||
#Rapid Application Development File
|
|
||||||
rad.json
|
|
||||||
# Translation Base-file
|
# Translation Base-file
|
||||||
*.g.xlf
|
*.g.xlf
|
||||||
# License-file
|
# License-file
|
||||||
*.flf
|
*.flf
|
||||||
#Test results file
|
# Include app.json
|
||||||
TestResults.xml
|
!app.json
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
*.agdai
|
*.agdai
|
||||||
MAlonzo/**
|
**/MAlonzo/**
|
||||||
|
|||||||
@ -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/*
|
|
||||||
2
Lean.gitignore
Normal file
2
Lean.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# cache and other artifacts produced by Lean's Lake build tool
|
||||||
|
.lake/
|
||||||
Loading…
Reference in New Issue
Block a user