diff --git a/AL.gitignore b/AL.gitignore index 02eac698..ad38bf04 100644 --- a/AL.gitignore +++ b/AL.gitignore @@ -1,22 +1,24 @@ ### AL ### -#Template for AL projects for Dynamics 365 Business Central -#launch.json folder -.vscode/ -#Cache folder -.alcache/ -#Symbols folder +# Template for AL projects for Dynamics 365 Business Central +# Symbols folder .alpackages/ -#Snapshots folder +# Snapshots folder .snapshots/ -#Testing Output folder -.output/ -#Extension App-file -*.app -#Rapid Application Development File +# VSCode folder +.alcache/ +.altemplates/ +.history/ +launch.json rad.json -#Translation Base-file +# Test folders and files +.output/ +.altestrunner/ +TestResults.xml +# Extension App-file +*.app +# Translation Base-file *.g.xlf -#License-file +# License-file *.flf -#Test results file -TestResults.xml \ No newline at end of file +# Include app.json +!app.json diff --git a/Global/AL.gitignore b/Global/AL.gitignore deleted file mode 100644 index 3cdf36b7..00000000 --- a/Global/AL.gitignore +++ /dev/null @@ -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/*