diff --git a/.scope/database.json b/.scope/database.json index 441057f..12dedcb 100644 --- a/.scope/database.json +++ b/.scope/database.json @@ -7,6 +7,10 @@ { "path": ".scope/tags.json", "tags": [ { "tag": "Tag", "module": "Default module" }]}, + { "path": "new_file.js", + "tags": [ + { "tag": "Tag", "module": "Default module" }, + { "tag": "Some new tag", "module": "Third module" }]}, { "path": "package-lock.json", "tags": [ { "tag": "Tag", "module": "Default module" }, diff --git a/new_file.js b/new_file.js new file mode 100644 index 0000000..e69de29