From 8f5a3b7914f77bc75f1eecf10c965894c718db1d Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 15 May 2019 11:24:35 -0700 Subject: [PATCH] normalize .gitignore --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8665ffd6..0ebbbc69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,18 @@ # build and test outputs -/bin -/_output -/_artifacts +bin/ +_output/ +_artifacts/ # used for the code generators only -/vendor +vendor/ # macOS .DS_Store # files generated by editors .idea/ -*.iml -.vscode/* +*.iml/ +.vscode/ *.swp *.sublime-project *.sublime-workspace