mirror of
https://github.com/azaion/ui.git
synced 2026-06-21 08:01:10 +00:00
chore: stop tracking dist/ build artifacts
/dist is already listed in .gitignore but three legacy files (dist/index.html, dist/assets/index-B-KLvAXK.js, dist/assets/index-Du68yxJU.css) remained in the index from before the ignore rule was added. Untrack them so the working tree stays clean across implement-skill batch cycles. Files remain on disk where present; future build outputs will be ignored as intended. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Vendored
-164
File diff suppressed because one or more lines are too long
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
-13
@@ -1,13 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<title>AZAION</title>
|
|
||||||
<script type="module" crossorigin src="/assets/index-B-KLvAXK.js"></script>
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Du68yxJU.css">
|
|
||||||
</head>
|
|
||||||
<body class="bg-[#1e1e1e] text-[#adb5bd]">
|
|
||||||
<div id="root"></div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
Reference in New Issue
Block a user