Remove test.json from git

This commit is contained in:
Chen Asraf
2018-01-22 22:57:54 +02:00
parent e4381cd4fb
commit 1cf4e7dad3
2 changed files with 1 additions and 37 deletions

1
.gitignore vendored
View File

@@ -39,3 +39,4 @@ yarn-error.log*
# Any extension export files
*.zip
*.crx
public/test.json

View File

@@ -1,37 +0,0 @@
[{
"first_name": "Son",
"last_name": "Goku",
"age": null,
"alive": true,
"gender": "male",
"blows stuff up": true,
"comment": "This is what a comment looks like. it should be really long. blah blah blah."
},
{
"first_name": "Gwen",
"last_name": "Stacy",
"age": 25,
"alive": false,
"gender": "female",
"blows stuff up": false,
"comment": "This is what a comment looks like. it should be really long. blah blah blah."
},
{
"first_name": "Harry",
"last_name": "Potter",
"age": 36,
"alive": true,
"gender": "male",
"blows stuff up": true,
"comment": "This is what a comment looks like. it should be really long. blah blah blah."
},
{
"first_name": "Spider",
"last_name": "Man",
"age": 30,
"alive": true,
"gender": "male",
"blows stuff up": null,
"comment": "This is what a comment looks like. it should be really long. blah blah blah."
}
]