Skip to content

Instantly share code, notes, and snippets.

@HintikkaKimmo
Created September 12, 2016 10:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HintikkaKimmo/ea559eac8e3195599b45618e3baaf757 to your computer and use it in GitHub Desktop.
Save HintikkaKimmo/ea559eac8e3195599b45618e3baaf757 to your computer and use it in GitHub Desktop.
.gitignore for Meteor projects in any Jetbrains IDE
# Meteor files to ignore now handled by .ignore file within .Meteor folder automatically
# settings file to ignore to protect API keys
settings.json
# MUP / MUPX file to ignore to protect server passwords and sensitive info.
mup.json
# npm package files to ignore
node?modules/
npm-debug.log
# Webstorm IDE files to ignore
.idea/*
# Typing type definition files to ignore. Webstorm uses type definitions for autocomplete even without typescript
typings/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment