tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.43k stars 484 forks source link

idea: default ignore options #295

Open trusktr opened 5 years ago

trusktr commented 5 years ago

F.e. maybe ignore .git and node_modules by default, then if user supplies the ignore option it overrides the default value.

Also maybe good to respect .gitignore by default too?