- QUESTION -
I have a new meteor project. I'm guessing the
.meteor
dir has a combination of configuration files (needed) and temporary files (not needed).
So what's in your
.gitignore
?
- ANSWER -
The only directory you want excluded from version control is
.meteor/local
.
Meteor automatically creates the right
.gitignore
in the .meteor
directory, though -- you shouldn't need to do anything.
0 comments:
Post a Comment