Files
discourse/config/initializers
Régis Hanol 32ba12a408 DEV: prevent files being watched warning when using devenv (#32690)
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        
```
2025-05-13 11:09:53 +02:00
..
2024-11-27 10:48:47 +01:00