diff options
author | Thijs Paelman <thijs.paelman+git@hotmail.be> | 2022-12-21 17:38:51 +0100 |
---|---|---|
committer | Thijs Paelman <thijs.paelman+git@hotmail.be> | 2022-12-21 17:38:51 +0100 |
commit | d7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (patch) | |
tree | 15320c110db3b46f4f8c3622949e3440d2ae5b01 /.gitignore | |
parent | 11979c8b9c88c3bb993350898844561ea55dcd06 (diff) | |
parent | 1951f169baea65e54700ef5073a00f01bba9b34a (diff) | |
download | website-d7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab.tar.gz website-d7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab.zip |
Merge branch 'fixup'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ _site/ .sass-cache/ public/ -*~
\ No newline at end of file +*~ +resources/_gen/ +node_modules/ |