From 01dad1ae9dc718cc1c99988cae2608d1c8262dca Mon Sep 17 00:00:00 2001 From: NaiJi Date: Sun, 15 Mar 2020 04:36:09 +0300 Subject: [PATCH] Add .stash to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee2fffb..e51f032 100644 --- a/.gitignore +++ b/.gitignore @@ -69,4 +69,6 @@ Thumbs.db # Binaries # -------- *.dll -*.exe \ No newline at end of file +*.exe + +*.stash