diff options
author | Teddy Wing | 2018-11-19 22:06:05 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 22:06:05 +0100 |
commit | 3ce1ae31105e2655a138df923dbea9b90f22d348 (patch) | |
tree | 60da9494b41758c4247f74e75649b4376d5c2866 | |
parent | 51be07e58a4978614d71101545ffe3099dd99552 (diff) | |
download | dome-key-web-3ce1ae31105e2655a138df923dbea9b90f22d348.tar.bz2 |
.gitignore: Ignore /downloads/
This directory will store archives of program releases.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ *.mp4 *.webm + +/downloads/ |