From b4a0bd1be7535af7694e0621dcf517ce9fbdbe3b Mon Sep 17 00:00:00 2001 From: rxbn_ Date: Wed, 16 Sep 2020 16:25:08 +0200 Subject: [PATCH] git - ignore files in .notes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 797c751..fb3ec8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Notes +.notes + # Logs /logs/*.log npm-debug.log*