Преглед на файлове

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.
Zander Bolgar преди 10 години
родител
ревизия
f7c6c768c9
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Meteor.gitignore

+ 0 - 2
Meteor.gitignore

@@ -1,2 +0,0 @@
-.meteor/local
-.meteor/meteorite