diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2024-05-19 14:57:39 +0200 |
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-19 14:58:12 +0200 |
| commit | 5aff968bf932f201b1103f2f81255ab58f115241 (patch) | |
| tree | 43615a3834d41e6acda48325163c280fb8e54d63 /.gitignore | |
| parent | b2f4cb04bfb85741bcbc754efd1027684d7577e3 (diff) | |
| download | sousleciel.lol-5aff968bf932f201b1103f2f81255ab58f115241.tar.gz | |
feat: scaffold website skeleton
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c472d7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +out/ +tmp/ +.tmp |