remove dist dir from .gitignore

This commit is contained in:
Tom Heaton
2024-05-25 00:51:05 +01:00
parent 0dfeb169be
commit 872926c17e
11 changed files with 9577 additions and 1 deletions
-1
View File
@@ -10,7 +10,6 @@
# production
/build
/dist
# misc
.DS_Store
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

+1495
View File
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 96 KiB

+1131
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
*{box-sizing:border-box;margin:0;padding:0;font-family:Encode Sans Expanded,sans-serif}
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 234 KiB

+2101
View File
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 138 KiB

+2921
View File
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 266 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Encode+Sans+Expanded:wght@400;700&display=swap"
rel="stylesheet"
/>
<title>Understanding Deep Learning</title>
<script type="module" crossorigin src="/assets/index-D6_BvvPY.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-OOyxBvQc.css">
</head>
<body>
<div id="root"></div>
</body>
</html>