Rework organization

This commit is contained in:
LeRatierBretonnien 2024-07-26 12:52:24 +02:00
parent 9148f35b97
commit 9716a88413
2 changed files with 0 additions and 17 deletions

3
rmss/.gitignore vendored
View File

@ -1,3 +0,0 @@
node_modules/
.jshintrc
.eslintrc

View File

@ -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"
}
]
}