diff options
author | The Stranjer <791672+TheStranjer@users.noreply.github.com> | 2021-11-24 05:55:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 12:55:13 +0000 |
commit | 17227f8e98e132f45319288e03c5fce2e8da3408 (patch) | |
tree | 5db389a1442bad61849a9da321a349dd75d6d3a5 /.gitignore | |
parent | c9419e51afeb0c8cb39a43bd8a0d0d472347a8a1 (diff) |
Don't let things added to the media_store/ directory find their way into the repo (#2057)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,3 +60,6 @@ cmd/dendrite-demo-yggdrasil/embed/fs*.go # Test dependencies test/wasm/node_modules + +media_store/ + |