From accc732884c6a75b701ff5fd6306b52fd9c6f98a Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 5 Apr 2018 16:07:50 +0300 Subject: [PATCH] Remove "unique" identifier file. This file is meant to be a unique identifier for a project and is generated automatically in new (Meteor) projects. Since Rocket.Chat is (generally, at least?) instead cloned as a boilerplate for a new application, this is less ideal since each project receives the same unique identifier. The reason this is not ideal is explained within the comment of the file I've removed: https://github.com/RocketChat/Rocket.Chat/blob/a9aea3640262482d7111abe3b5c231aa80da897e/.meteor/.id#L1-L5 Most importantly, this affects the ability to see any sort of traction on `rocketchat:*` packages (or _any_ packages loaded from Atmosphere) which might be hosted on Atmosphere (though I realize most are local) since they are aggregated together. This means that 10 or 1000 installs of packages in RocketChat might just be tracked as 1! --- .meteor/.id | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .meteor/.id diff --git a/.meteor/.id b/.meteor/.id deleted file mode 100644 index bf888b12702fe..0000000000000 --- a/.meteor/.id +++ /dev/null @@ -1,7 +0,0 @@ -# This file contains a token that is unique to your project. -# Check it into your repository along with the rest of this directory. -# It can be used for purposes such as: -# - ensuring you don't accidentally deploy one app on top of another -# - providing package authors with aggregated statistics - -1d10m9yd7fq1hsv663c