mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
5 Commits
7e71ee3f8c
...
c4f05f2ead
Author | SHA1 | Date | |
---|---|---|---|
|
c4f05f2ead | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
27115d6e58 |
@ -2,21 +2,30 @@
|
|||||||
#Template for AL projects for Dynamics 365 Business Central
|
#Template for AL projects for Dynamics 365 Business Central
|
||||||
#launch.json folder
|
#launch.json folder
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
#Cache folder
|
#Cache folder
|
||||||
.alcache/
|
.alcache/
|
||||||
|
|
||||||
#Symbols folder
|
#Symbols folder
|
||||||
.alpackages/
|
.alpackages/
|
||||||
|
|
||||||
#Snapshots folder
|
#Snapshots folder
|
||||||
.snapshots/
|
.snapshots/
|
||||||
|
|
||||||
#Testing Output folder
|
#Testing Output folder
|
||||||
.output/
|
.output/
|
||||||
|
|
||||||
#Extension App-file
|
#Extension App-file
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
#Rapid Application Development File
|
#Rapid Application Development File
|
||||||
rad.json
|
rad.json
|
||||||
|
|
||||||
#Translation Base-file
|
#Translation Base-file
|
||||||
*.g.xlf
|
*.g.xlf
|
||||||
|
|
||||||
#License-file
|
#License-file
|
||||||
*.flf
|
*.flf
|
||||||
|
|
||||||
#Test results file
|
#Test results file
|
||||||
TestResults.xml
|
TestResults.xml
|
@ -167,5 +167,8 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Ruff stuff:
|
||||||
|
.ruff_cache/
|
||||||
|
|
||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
Loading…
Reference in New Issue
Block a user