chore: add .gitignore for quartz build artifacts

This commit is contained in:
Tony0410
2026-08-15 22:49:44 +08:00
parent c8565c62ac
commit d749b85fa9
3 changed files with 583 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "agent-estate-wiki",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://ef365aef8179c101aead9479097aeb0846793598@gitea:3000/Anthony/agent-estate-wiki.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"quartz": "^0.0.1"
}
}