Fix: serve reload crash
Updating content while serving pages was causing the SuCoS to crash.
- ignore changes in the .git folder
- skip file changes too close to each other (sometimes the file watcher trigger the same modification twice)
Updating content while serving pages was causing the SuCoS to crash.