chore(gitignore): 🔧 add missing log and build artifact patterns to .gitignore
Patterns added: *.log, __pycache__/, dist/
This commit is contained in:
parent
1b12cc3825
commit
e465f1e9c3
7 changed files with 5 additions and 40 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -24,3 +24,8 @@ Thumbs.db
|
|||
|
||||
# Auto-added by auto-commit-service
|
||||
node_modules/
|
||||
|
||||
# Auto-added by auto-commit-service
|
||||
*.log
|
||||
__pycache__/
|
||||
dist/
|
||||
|
|
|
|||
28
guide/age-of-four/dist/index.html
vendored
28
guide/age-of-four/dist/index.html
vendored
|
|
@ -1,28 +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="description" content="Player guide for Magic Civilization — a fantasy 4X turn-based strategy game with 16 races, 5 magic schools, hex combat, and an interconnected tech web. Civ5 meets Master of Magic meets Magic: The Gathering." />
|
||||
<meta name="keywords" content="Magic Civilization, 4X strategy, turn-based, fantasy, hex combat, magic schools, tech tree, Godot, player guide" />
|
||||
<meta property="og:title" content="Magic Civilization — Player Guide" />
|
||||
<meta property="og:description" content="Fantasy 4X turn-based strategy: 16 races, 5 magic schools, hex combat, ley lines, and the choice between arcane power and mundane mastery." />
|
||||
<meta property="og:type" content="website" />
|
||||
<title>Magic Civilization — Player Guide</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&family=Cinzel:wght@400;500;600;700;800;900&family=Cinzel+Decorative:wght@400;700;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Grenze+Gotisch:wght@400;500;600;700;800;900&family=Metal+Mania&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Spectral:wght@400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.cdnfonts.com/css/open-dyslexic" rel="stylesheet">
|
||||
<style>
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
html, body, #root { height: 100%; }
|
||||
body { background: #1a1510; }
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/index-HjBRAG-E.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/vendor-react-CQiQPLhQ.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/vendor-styled-DV5rSgyi.js">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
tools/sprite-generation/gui/dist/index.html
vendored
12
tools/sprite-generation/gui/dist/index.html
vendored
|
|
@ -1,12 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Sprite Review — Magic Civilization</title>
|
||||
<script type="module" crossorigin src="/assets/index-e-QGCaun.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue