diff --git a/.scope/database.json b/.scope/database.json index 12dedcb..9b4e949 100644 --- a/.scope/database.json +++ b/.scope/database.json @@ -7,6 +7,9 @@ { "path": ".scope/tags.json", "tags": [ { "tag": "Tag", "module": "Default module" }]}, + { "path": "newfile.js", + "tags": [ + { "tag": "Tag", "module": "Default module" }]}, { "path": "new_file.js", "tags": [ { "tag": "Tag", "module": "Default module" }, diff --git a/newfile.js b/newfile.js new file mode 100644 index 0000000..8e60e44 --- /dev/null +++ b/newfile.js @@ -0,0 +1 @@ +contetn \ No newline at end of file