Files
dotfiles/git/gitignore_global.symlink
Nick Nisi 1065a7a5f6 check for nvmrc and switch node version
if a .nvmrc file exists in a directory, read it to change node to the correct version
Also ignore this file globally from git repos
2016-04-26 10:33:06 -05:00

24 lines
284 B
Plaintext

.DS_Store
Thumbs.db
*~
*.swp
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# project-specific vim configurations
.vimrc.local
# typescript command garbage
tscommand*.txt
# nvm - the Node Version Manager
.nvmrc