Changes between Initial Version and Version 1 of Ticket #52689, comment 2
- Timestamp:
- 03/03/2021 09:42:20 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52689, comment 2
initial v1 1 What gets skipped should technically match what's in `.gitignore` I think. I've used [https://www.npmjs.com/package/gitignore-globs gitignore-globs] successfully in the past for this. 1 ~~What gets skipped should technically match what's in `.gitignore` I think.~~ No this is not true because that would defeat the point of scanning the build dir. 2 3 I've used [https://www.npmjs.com/package/gitignore-globs gitignore-globs] successfully in the past for this.