From 629216cd85e243d8f63d57e39de80d905302f6da Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sat, 27 Nov 2021 11:52:03 +1300 Subject: [PATCH] Add .gitattributes and .gitIgnore. --- .gitignore | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 27ae6f1..bc2fe93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# ---> VisualStudio ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## @@ -30,6 +29,7 @@ x86/ bld/ [Bb]in/ [Oo]bj/ +[Oo]ut/ [Ll]og/ [Ll]ogs/ @@ -361,15 +361,4 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd - -# ---> VisualStudioCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - +/.gitattributes