summaryrefslogtreecommitdiffstats
path: root/html/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-23 08:44:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-23 08:45:08 +0000
commit60ef06ac51c8e5fab1c4d19f14d95f3f004a4333 (patch)
tree91b176a8d7d7730f9fd95413ea881095f9da9e23 /html/.gitignore
parentReleasing debian version 1.7.2-1. (diff)
downloadttyd-60ef06ac51c8e5fab1c4d19f14d95f3f004a4333.tar.xz
ttyd-60ef06ac51c8e5fab1c4d19f14d95f3f004a4333.zip
Merging upstream version 1.7.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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