forked from loafle/openapi-generator-original
Merge pull request #1759 from ePaul/feature/1743-fix-gitignore-for-eclipse-settings
Fix #1743 by removing `*/` from the .settings ignore line.
This commit is contained in:
commit
3e5f23dc7a
2
.gitignore
vendored
2
.gitignore
vendored
@ -58,7 +58,7 @@ samples/client/petstore/silex/SwaggerServer/venodr/
|
|||||||
samples/client/petstore/python/.projectile
|
samples/client/petstore/python/.projectile
|
||||||
samples/client/petstore/python/.venv/
|
samples/client/petstore/python/.venv/
|
||||||
|
|
||||||
*/.settings
|
.settings
|
||||||
|
|
||||||
*.mustache~
|
*.mustache~
|
||||||
*.java~
|
*.java~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user