diff options
author | pacien | 2022-11-29 20:36:27 +0100 |
---|---|---|
committer | pacien | 2022-11-29 20:36:27 +0100 |
commit | f1b105571b35b72f5f32c6e2e9c645580b17c0bc (patch) | |
tree | a21343a364fef24a8f48c842960367bb449be8d1 /.gitignore | |
parent | 60f95da08b900a8a2445cdd49069b607221b2ade (diff) | |
download | markdown-course-website-f1b105571b35b72f5f32c6e2e9c645580b17c0bc.tar.gz |
flake: add nix flake with tools
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..368c110 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,8 @@ | |||
1 | # Nix | ||
2 | result/ | ||
3 | result-*/ | ||
4 | |||
5 | # Quarto compiled output. | ||
6 | # Rebuilding from scratch is cheap enough, so no need to track this in git. | ||
7 | /.quarto/ | ||
8 | /_book/ | ||