From 54a3c376e3f6f20764eb14072780da7268269609 Mon Sep 17 00:00:00 2001 From: t123yh Date: Fri, 4 Aug 2017 21:56:57 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 57d6106..7b43edc 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,25 @@ jspm_packages # Optional REPL history .node_repl_history + +# Upload directory +/uploads/ + + +# Created by https://www.gitignore.io/api/vim + +### Vim ### +# swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] +# session +Session.vim +# temporary +.netrwhist +*~ +# auto-generated tag files +tags + +# End of https://www.gitignore.io/api/vim \ No newline at end of file