aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c5bf92cc..6a13ed37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,9 @@
# Hidden files
.*
+# Allow GitHub config
+!.github
+
# Downloads
/.downloads
@@ -36,6 +39,7 @@ _testmain.go
*.exe
*.test
*.prof
+*.wasm
# Generated keys
*.pem
@@ -53,3 +57,6 @@ dendrite.yaml
# Generated code
cmd/dendrite-demo-yggdrasil/embed/fs*.go
+
+# Test dependencies
+test/wasm/node_modules