From e52ed2a34bbcce3018799a2ad906be8cb010837a Mon Sep 17 00:00:00 2001 From: Mateusz Duda Date: Mon, 15 Jul 2024 18:34:03 +0200 Subject: [PATCH] making changes --- .scope/database.json | 4 ++++ new_file.js | 0 2 files changed, 4 insertions(+) create mode 100644 new_file.js 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