libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
257 stars 82 forks source link

Add gitignore for maven, gradle, java, intellij and eclipse #118

Closed thechubbypanda closed 2 years ago

mgsx-dev commented 3 years ago

also, gitignore patterns like "out" or "build" are dangerous, see https://github.com/libgdx/libgdx/pull/4580 where we fixed potential false positive.

thechubbypanda commented 3 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

mgsx-dev commented 3 years ago

@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.

mgsx-dev commented 3 years ago

@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)