tidy: Fix the inconsistent line breaks
This commit is contained in:
parent
d0b80a4699
commit
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
|
Loading…
Reference in New Issue
Block a user