diff --git a/.gitignore b/.gitignore index 1f1025f..090a1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .idea -.DS_Store \ No newline at end of file +.DS_Store diff --git a/cows/mao.json b/cows/mao.json new file mode 100644 index 0000000..35bd982 --- /dev/null +++ b/cows/mao.json @@ -0,0 +1,8 @@ +{ + "name": "Mao", + "breed": "Maine Coon", + "image": "images/mao.png", + "description": "He's a fish-cat. He's also a virgo" +} + + diff --git a/images/mao.png b/images/mao.png new file mode 100644 index 0000000..5e0d4c0 Binary files /dev/null and b/images/mao.png differ