Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:44 +08:00
commit 1eb1079abd
4 changed files with 322 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "project-cleaner",
"description": "Smart file cleanup before deployment - removes unused backups and packages",
"version": "1.0.0",
"author": {
"name": "Lightsoft"
},
"commands": [
"./commands"
]
}