forked from loafle/openapi-generator-original
* updated invoker remove unwanted set the invoker fixed the ordering of supported files added sample generated files regenerated samples added docs * sample files Co-authored-by: sjindal <sandeep.jindal@agoda.com>
23 lines
235 B
Plaintext
23 lines
235 B
Plaintext
# scala specific
|
|
*.class
|
|
*.log
|
|
|
|
# sbt specific
|
|
.cache
|
|
.history
|
|
.lib/
|
|
dist/*
|
|
target/
|
|
lib_managed/
|
|
src_managed/
|
|
project/boot/
|
|
project/plugins/project/
|
|
|
|
# Scala-IDE specific
|
|
.scala_dependencies
|
|
.worksheet
|
|
|
|
# IntelliJ specific
|
|
.idea
|
|
*.iml
|