diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:08:10 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-10 16:08:10 +0300 |
| commit | bdf4222c6178e438e93775a3593d3fc7027d3471 (patch) | |
| tree | 781613259673a85eee71cf2ebdacd97243810931 /.gitignore | |
| parent | 05a6e046c2fd67fe5b55260a946b017bddff1880 (diff) | |
Switch to local htm/preact compiled with snowpack
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,8 +5,11 @@ *.pyc __pycache__ +node_modules + *.session *.json !example-config.json !packs/*.json +!web/package.json *.bak |
