mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 18:11:46 +08:00

Ignore any files/directories in '.devenv' like we do for those in 'node_modules' to 1) speed-up watching files and 2) prevent files from being watched multiples times (due to symlinks). No specs since this is only a warning that is being shown in development when using devenv. --- Here's an example of the 100s of warning you get when using devenv ```plain ** ERROR: directory is already being watched! ** Directory: /Users/zogstrip/Poetry/discourse/plugins/discourse-login-client/.devenv/profile is already being watched through: /nix/store/jp4qhxc2f98nyq90kia200mrygl2ndcy-devenv-profile MORE INFO: https://github.com/guard/listen/blob/master/README.md ```