From 3325f273ba7dd6959e4cfa6b63546ff1ea93a9b6 Mon Sep 17 00:00:00 2001 From: alexvanin Date: Fri, 10 May 2019 15:20:02 +0300 Subject: [PATCH] Fixed git ignore file to add backups dir --- .gitignore | 4 +++- backups/.gitkeep | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 backups/.gitkeep diff --git a/.gitignore b/.gitignore index e7e29ea..e28f37d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ tokens/*token -backups/* \ No newline at end of file +backups/* +!backups/.gitignore +!backups/* \ No newline at end of file diff --git a/backups/.gitkeep b/backups/.gitkeep new file mode 100644 index 0000000..e69de29