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
|
||||
#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
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user