atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Gemfile.lock isn't shown in the Project Bar #1672

Open tirdadc opened 9 years ago

tirdadc commented 9 years ago

I have Preferences > Advanced > Show Hidden Files set to true. Is there any way to get this file to display?

atg commented 9 years ago

Chocolat generally ignores all files ending with .lock since they tend to be, well, lock files.

I am a little nervous about changing this because I don't want to add a string comparison in such a hot loop, for such a niche issue. Probably you'll have to wait until we have customisation of hidden files, then you can remove the ban on .lock files yourself.

(if you need to edit it you can always type "choc Gemfile.lock" in terminal, assuming you have the CLI tool installed)