jas-chen / atom-live-server

Launch a simple development http server with live reload capability.
https://atom.io/packages/atom-live-server
MIT License
121 stars 49 forks source link

Dot-Files Not Read #266

Open Fearaniar opened 4 years ago

Fearaniar commented 4 years ago

In Linux, there is an option to hide files using the '.' before the file name. The filename for much of my JavaScript code is, for example: .js, for Java: .java etc... this keeps my hard work from being easily tampered with. I've never had an issue with this naming convention, until now--the live server doesn't read them. No option, no icon, nothing; it's rather unfortunate really.

Could such a fix be implemented?