summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2024-02-29 10:40:02 -0500
committerSteph Enders <steph@senders.io>2024-02-29 10:40:02 -0500
commit80f5dacf988b1cddd04eea6c4a6f70b165376764 (patch)
tree1e43c117612532c43d85f693b55e6565157694d3 /.gitignore
parent2b39175011422a0d8f96d7f598f46e2a781dd28f (diff)
Generate index files and fix page generation in build script
The previous commit had a partial implementation of this so the build script wouldn't work!
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6bada03..dfb90e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.sw*
*.md.backup
-www \ No newline at end of file
+www
+.build \ No newline at end of file