forked from loafle/openapi-generator-original
Fix #1743 by removing */
from the .settings ignore line.
`*/.settings` applies to just the directory below the current one, where there is no such file. `.settings` applies to all files/directories named such in the whole project.
This commit is contained in:
parent
55fece195d
commit
f2a510912b
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/.venv/
|
||||
|
||||
*/.settings
|
||||
.settings
|
||||
|
||||
*.mustache~
|
||||
*.java~
|
||||
|
Loading…
x
Reference in New Issue
Block a user