diff --git a/rmss/.gitignore b/rmss/.gitignore deleted file mode 100644 index 6d368f2..0000000 --- a/rmss/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -node_modules/ -.jshintrc -.eslintrc \ No newline at end of file diff --git a/rmss/.vscode/tasks.json b/rmss/.vscode/tasks.json deleted file mode 100644 index 56e3538..0000000 --- a/rmss/.vscode/tasks.json +++ /dev/null @@ -1,14 +0,0 @@ -// Less configuration -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "Less Compile", - "type": "shell", - "command": "lessc less/rmss.less rmss.css", - "group": "build" - } - ] - } \ No newline at end of file