mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
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 VulcanJS is 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 removed file:
e634907530/.meteor/.id
Most importantly, this affects the ability to see any sort of traction on `vulcan:*` packages in Atmosphere since they are aggregated together. This means that 10 or 1000 installs might just be tracked as 1!
This commit is contained in:
parent
e634907530
commit
52972b6451
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
||||
4ibiemui4bqn1j744h7
|
Loading…
Add table
Reference in a new issue