From 2c8e4e561637ec9411eea0826df08a6193c8db1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 25 Jul 2020 21:33:47 -0500 Subject: [PATCH] update .gitignore --- .gitignore | 3 +++ content/comments/.gitignore | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 content/comments/.gitignore diff --git a/.gitignore b/.gitignore index 0e44bc6..0431807 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,8 @@ ENV/ env.bak/ venv.bak/ +# Comments +content/comments/ + # Node.js node_modules/ diff --git a/content/comments/.gitignore b/content/comments/.gitignore deleted file mode 100644 index 86d0cb2..0000000 --- a/content/comments/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file