Skip to content

Commit 4a8595f

Browse files
committed
Removes ds store files
1 parent 1e27f8f commit 4a8595f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

petstore/.DS_Store

-6 KB
Binary file not shown.

petstore/openapi_json_schema_generator_python/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ target/
6565

6666
#Ipython Notebook
6767
.ipynb_checkpoints
68+
69+
# mac
70+
*.DS_Store

petstore/openapi_json_schema_generator_python/.openapi-generator/FILES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gitignore
22
.gitlab-ci.yml
3+
.openapi-generator-ignore
34
.travis.yml
45
README.md
56
docs/apis/tags/pet_api.md
@@ -365,6 +366,12 @@ test-requirements.txt
365366
test/__init__.py
366367
test/components/__init__.py
367368
test/components/schema/__init__.py
369+
test/components/schema/test_api_response.py
370+
test/components/schema/test_category.py
371+
test/components/schema/test_order.py
372+
test/components/schema/test_pet.py
373+
test/components/schema/test_tag.py
374+
test/components/schema/test_user.py
368375
test/test_paths/__init__.py
369376
test/test_paths/__init__.py
370377
test/test_paths/__init__.py

0 commit comments

Comments
 (0)