Closed thechubbypanda closed 2 years ago
also, gitignore patterns like "out" or "build" are dangerous, see libgdx/libgdx#4580 where we fixed potential false positive.
@mgsx-dev I'm happy to change them but I don't entirely understand the issue. You're welcome to make a suggested change
@thechubbypanda see https://github.com/libgdx/libgdx/issues/4560 you'll understand :-) the idea is to ignore absolute paths instead of general patterns for some folders.
@thechubbypanda nice! i think you forgot the target/ dir to be replaced by /target/ (not sure ./ is a thing with gitignore syntax, simply / is enough iirc)
also, gitignore patterns like "out" or "build" are dangerous, see https://github.com/libgdx/libgdx/pull/4580 where we fixed potential false positive.