From 9716a884131f2d2e7a0d02458bbe73c2bdcf3f88 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Fri, 26 Jul 2024 12:52:24 +0200 Subject: [PATCH] Rework organization --- rmss/.gitignore | 3 --- rmss/.vscode/tasks.json | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 rmss/.gitignore delete mode 100644 rmss/.vscode/tasks.json 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