From 98ddaf10f77a98972ff6756967fcf6b6da137ddb Mon Sep 17 00:00:00 2001 From: VegaZ Date: Tue, 18 Sep 2018 21:16:33 +0200 Subject: [PATCH] Add lost .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..53147afa --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +bin/* + +obj/* + +Migrations/* + +Properties/* +*.csproj + +*.user + +!.gitkeep +