Skip to content

Instantly share code, notes, and snippets.

@nvartolomei
Created March 28, 2016 11:55
Show Gist options
  • Save nvartolomei/6f37e4fd227fc2995d79 to your computer and use it in GitHub Desktop.
Save nvartolomei/6f37e4fd227fc2995d79 to your computer and use it in GitHub Desktop.
Ignore compiled node_modules artifacts
node_modules/**/*.node
node_modules/**/*.o
node_modules/**/*.a
node_modules/**/*.mk
node_modules/**/*.gypi
node_modules/**/*.target
node_modules/**/.deps/
node_modules/**/build/Makefile
node_modules/**/**/build/Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment