Created
September 12, 2016 10:15
-
-
Save HintikkaKimmo/ea559eac8e3195599b45618e3baaf757 to your computer and use it in GitHub Desktop.
.gitignore for Meteor projects in any Jetbrains IDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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