diff --git a/.gitignore b/.gitignore index c308745..8c8ef3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,15 @@ +## --- AL gitignore --- +## Ignores generated binary files and +## temporary files from Visual Studio and Visual Studio code + # Binary files +.alpackages/ *.app # Temp files -.vs/ \ No newline at end of file +.vs/ +.vscode/ + +# Others +~$* +*~ \ No newline at end of file