mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 22:20:56 +00:00
Update crystal client gitignore.mustache with shards related files (#10698)
This commit is contained in:
parent
3a667784ac
commit
ae39d782e0
@ -1,39 +1,14 @@
|
|||||||
# Generated by: https://openapi-generator.tech
|
# Generated by: https://openapi-generator.tech
|
||||||
#
|
#
|
||||||
|
|
||||||
*.gem
|
/docs/
|
||||||
*.rbc
|
/lib/
|
||||||
/.config
|
/bin/
|
||||||
/coverage/
|
/.shards/
|
||||||
/InstalledFiles
|
*.dwarf
|
||||||
/pkg/
|
|
||||||
/spec/reports/
|
# Libraries don't need dependency lock
|
||||||
/spec/examples.txt
|
# Dependencies will be locked in applications that use them
|
||||||
/test/tmp/
|
/shard.lock
|
||||||
/test/version_tmp/
|
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|
||||||
## Specific to RubyMotion:
|
|
||||||
.dat*
|
|
||||||
.repl_history
|
|
||||||
build/
|
|
||||||
|
|
||||||
## Documentation cache and generated files:
|
|
||||||
/.yardoc/
|
|
||||||
/_yardoc/
|
|
||||||
/doc/
|
|
||||||
/rdoc/
|
|
||||||
|
|
||||||
## Environment normalization:
|
|
||||||
/.bundle/
|
|
||||||
/vendor/bundle
|
|
||||||
/lib/bundler/man/
|
|
||||||
|
|
||||||
# for a library or gem, you might want to ignore these files since the code is
|
|
||||||
# intended to run in multiple environments; otherwise, check them in:
|
|
||||||
# Gemfile.lock
|
|
||||||
# .ruby-version
|
|
||||||
# .ruby-gemset
|
|
||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
||||||
.rvmrc
|
|
||||||
|
45
samples/client/petstore/crystal/.gitignore
vendored
45
samples/client/petstore/crystal/.gitignore
vendored
@ -1,39 +1,14 @@
|
|||||||
# Generated by: https://openapi-generator.tech
|
# Generated by: https://openapi-generator.tech
|
||||||
#
|
#
|
||||||
|
|
||||||
*.gem
|
/docs/
|
||||||
*.rbc
|
/lib/
|
||||||
/.config
|
/bin/
|
||||||
/coverage/
|
/.shards/
|
||||||
/InstalledFiles
|
*.dwarf
|
||||||
/pkg/
|
|
||||||
/spec/reports/
|
# Libraries don't need dependency lock
|
||||||
/spec/examples.txt
|
# Dependencies will be locked in applications that use them
|
||||||
/test/tmp/
|
/shard.lock
|
||||||
/test/version_tmp/
|
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|
||||||
## Specific to RubyMotion:
|
|
||||||
.dat*
|
|
||||||
.repl_history
|
|
||||||
build/
|
|
||||||
|
|
||||||
## Documentation cache and generated files:
|
|
||||||
/.yardoc/
|
|
||||||
/_yardoc/
|
|
||||||
/doc/
|
|
||||||
/rdoc/
|
|
||||||
|
|
||||||
## Environment normalization:
|
|
||||||
/.bundle/
|
|
||||||
/vendor/bundle
|
|
||||||
/lib/bundler/man/
|
|
||||||
|
|
||||||
# for a library or gem, you might want to ignore these files since the code is
|
|
||||||
# intended to run in multiple environments; otherwise, check them in:
|
|
||||||
# Gemfile.lock
|
|
||||||
# .ruby-version
|
|
||||||
# .ruby-gemset
|
|
||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
||||||
.rvmrc
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user