diff --git a/Utils.py b/Utils.py index bc4ad58..de5556f 100644 --- a/Utils.py +++ b/Utils.py @@ -16,11 +16,6 @@ __version__ = '0.1' def getDataSubfiles(files: list): - """ - - :param files: - :return: - """ contents = {} for file in files: baseName = os.path.basename(file) diff --git a/data/tools.json b/data/tools.json index 5fe2615..1070291 100644 --- a/data/tools.json +++ b/data/tools.json @@ -2,7 +2,6 @@ "HTML5", "CSS3", "JavaScript", - "Pug", "PHP", "Java", "C", @@ -24,5 +23,20 @@ "Insomnia", "JetBrains", "Visual Studio Code", - "FileZilla" + "FileZilla", + "Composer", + "DataGrip", + "IntelliJIdea", + "PyCharm", + "Json", + "diagrams.net", + "Android Studio", + "Git", + "GitHub", + "GitLab", + "Handlebars.js", + "Pug", + "Jinja", + "Markdown", + "PhpStorm" ] \ No newline at end of file