Tries to watch files that have been ignored by gitignore
Author: lil5Created Nov 23, 2022Updated Jan 27, 2025
This causes my project which includes ignored volumes from a docker container to be searched, which ungit then throws a permission error at.
## Ungit started ##
Took 563ms to start server.
Navigate to http://localhost:8080/#/repository?path=/home/lil5/Projects/my-project/frontend
2022-11-23T16:01:17.657Z - error: Error: EACCES: permission denied, watch '/home/lil5/Projects/my-project/database/data'I expect the files/dirs that are ignored by git to be ignored by ungit.
Source: FredrikNoren/ungit