]> source.dussan.org Git - gitignore.git/commit
Remove Meteor.gitignore 1521/head
authorZander Bolgar <lezed1@gmail.com>
Thu, 14 May 2015 19:03:22 +0000 (15:03 -0400)
committerZander Bolgar <lezed1@gmail.com>
Thu, 14 May 2015 19:03:22 +0000 (15:03 -0400)
commitf7c6c768c9ed3c092047fd5e623fd9f00841237a
tree98838a06fb3b5a5f7de76b35ae4d6775fd97acf1
parent4e0d738abe66b0e9166950529d6d4caf0e476208
Remove Meteor.gitignore

There are only two entries in this .gitignore, and both are not needed.
- .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
- .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
Meteor.gitignore [deleted file]