- Download
file_watcher.patch
from here: Issue 11345 - googleappengine - PATCH: Modify the file watchers to ignore any file specified in skip-files - Google App Engine - Google Project Hosting
- Or, use
file_watcher.patch
from this repo.(Optimizemtime_file_watcher#set_skip_files_re()
for GAE/Go)
cd cd ~/go_appengine/google/appengine/tools/devappserver2/; patch -u < ~/Download/file_watcher.patch
- Enjoy!