openapi-generator/.dockerignore

27 lines
268 B
Plaintext
Raw Normal View History

.git/
2015-07-08 23:21:59 +00:00
*.iml
out/
*.ipr
*.iws
classpath.txt
version.properties
.project
.classpath
lib/*
build/*
generated-files/*
generated-sources/*
generated-code/*
*.swp
*.swo
*.bak
project/
samples/*
target/
.idea/
.lib/
2015-07-08 23:21:59 +00:00
.DS_Store
# Not needed in a linux container
bin/windows/*