Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Tilt: Ignore directory changes
+1
−0
I have a generated file I want Tilt to ignore for re-building. However, when that file changes, Tilt also detects that the parent directory has changed based on its contents changing. I can fix that by ignoring the parent directory, but am I losing anything by ignoring directory changes?
It seems like the only important changes would be to files. Why not just ignore directories in general with '**/'?
0 comment threads