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
24 lines
284 B
Plaintext
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
|