mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
![]() Previously we negated the exclusions for all of src/main and src/test. This was done to prevent any content under src/main or src/test that matched the build output directories (build/ out/, and target/) from being ignored. While concise, this approach has proven to be overly broad as it undoes all exclusions and not just those for the build output directories. This commit switches to individual negations for each of the build output directories that we ignore. While more verbose, this narrows the negations to match their original intent and perhaps also makes it easier to infer that intent from the generated .gitignore file. Closes gh-1106 |
||
---|---|---|
.. | ||
src | ||
pom.xml |