Update 'README.md'

This commit is contained in:
Ray Elliott 2020-09-15 14:41:35 +03:00
parent 4cd09ae61b
commit 77d727a177
1 changed files with 31 additions and 0 deletions

View File

@ -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
```