summaryrefslogtreecommitdiffstats
path: root/html/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'html/.gitignore')
-rw-r--r--html/.gitignore11
1 files changed, 8 insertions, 3 deletions
diff --git a/html/.gitignore b/html/.gitignore
index 200df1d..8d53b26 100644
--- a/html/.gitignore
+++ b/html/.gitignore
@@ -1,4 +1,9 @@
node_modules
-/build
-/dist
-/*.log \ No newline at end of file
+dist
+*.log
+
+.yarn/cache
+.yarn/unplugged
+.yarn/build-state.yml
+.yarn/install-state.gz
+.pnp.* \ No newline at end of file