diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -44,3 +44,10 @@ go.work # Temporary files tmp/ temp/ + +# Node.js / npm +node_modules/ +package-lock.json + +# Build artifacts +web/static/css/output.css |
