chore(web): remove committed dist/ artifacts and gitignore web/dist/
Build outputs should not be tracked in version control. Remove the committed web/dist/ files and add web/dist/ to .gitignore. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/target
|
||||
firmware/*/target
|
||||
web/dist/
|
||||
*.db
|
||||
*.db-journal
|
||||
.DS_Store
|
||||
|
||||
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
-295
File diff suppressed because one or more lines are too long
Vendored
-14
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<title>ZeroClaw</title>
|
||||
<script type="module" crossorigin src="/_app/assets/index-D6zI06t7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/_app/assets/index-BdvEg_j9.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user