mirror of
https://github.com/chenasraf/redar-browser.git
synced 2026-05-17 17:58:04 +00:00
Remove test.json from git
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,3 +39,4 @@ yarn-error.log*
|
||||
# Any extension export files
|
||||
*.zip
|
||||
*.crx
|
||||
public/test.json
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user