diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 01:07:52 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-21 01:07:52 +0200 |
| commit | 8b25c58124f87421fd3da836b884f338f33a8113 (patch) | |
| tree | 2a6a7ebf5b7f02fd47b0187367b9e77d3f65016d /.gitignore | |
| parent | ae85c067634676251e812765c81adfdef8f85f9d (diff) | |
Update docs and tooling
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -1,21 +1,6 @@ ## MAC OS .DS_Store -## TEXTMATE -*.tmproj -tmtags - -## EMACS -*~ -\#* -.\#* - -## VIM -*.swp - -## PROJECT::GENERAL -coverage -rdoc -pkg - ## PROJECT::SPECIFIC +.nyc_output +node_modules |