Skip to content

Instantly share code, notes, and snippets.

@ceme
Created August 23, 2018 06:47
Show Gist options
  • Save ceme/3c70e31da163f912b3ee00bcf0e36c83 to your computer and use it in GitHub Desktop.
Save ceme/3c70e31da163f912b3ee00bcf0e36c83 to your computer and use it in GitHub Desktop.
Create .gitignore and and node_modules
touch .gitignore && echo "node_modules/" >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment