glimmerjs / glimmer-blueprint

[MOVED] This package is now part of the Glimmer.js monorepo
https://github.com/glimmerjs/glimmer.js
25 stars 13 forks source link

remove files/tmp/.metadata_never_index #42

Closed kellyselden closed 7 years ago

kellyselden commented 7 years ago

Is this an accidental check in?

rwjblue commented 7 years ago

Nope 😸

rwjblue commented 7 years ago

these files are used to prevent indexing programs from automatically indexing the metadata. Programs, such as Apple Spotlight incorporate advanced searching options on Macintosh computers for faster searching, indexing and launching of applications. But, what if the user does not want a certain hard disk partition, directory or folder to be indexed? This can be achieved by using a .metadata_never_index file, which instructs Apple Spotlight to skip a certain partition, directory or folder.

kellyselden commented 7 years ago

maxresdefault

Turbo87 commented 7 years ago

@rwjblue @kellyselden I very much disagree with checking this file into version control! IMHO this should be generated automatically by Ember CLI instead.

rwjblue commented 7 years ago

tldr; I didn't think it all the way through, sorry y'all!