From 77d727a177c922eb15619be32f489524a5c1388c Mon Sep 17 00:00:00 2001 From: Ray Elliott Date: Tue, 15 Sep 2020 14:41:35 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 41bbcbb..0a510be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # gitignore-global +**TODO** - move this to git dot files and write install script + Specify global ignore file: ```sh @@ -10,4 +12,33 @@ Locate global ignore file: ```sh git config --global core.excludesfile +``` + +``` +node_modules/ +dist/ +build/ +.jstags +.phptags +.scsstags +.csstags +*.swp +Session.vim +sess.vim +.project_tags.config.vim +.netrwhist +NetrwTreeListing* +.ctags +.tags +*secret* +venv/ +venv* +.env +*.dat +*.code-workspace +tags.vim +*.taghl +nohup.out +.in +.out ``` \ No newline at end of file