Pi66

merodi
A markdown-based static site generator.
git clone https://git.pi66.xyz/merodi

← back to log

chore: remove build/ and dist/ from gitignore

author: pi66
date: 2026-07-21 19:09
hash: a35957b6fd58cb16f05e37456fb60be9e125f701

Diffstat:

M

.gitignore
2 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
diff --git a/.gitignore b/.gitignore
index e52ec37..3cf827a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
 __pycache__/
 *.py[oc]
-build/
-dist/
 *.egg-info