diff options
author | Marvin Borner | 2018-05-06 00:32:01 +0200 |
---|---|---|
committer | Marvin Borner | 2018-05-06 00:32:01 +0200 |
commit | af049eeb0d2b442656cc1f7a6246bcdab22cf535 (patch) | |
tree | e3935e60bd5c9850721761e3bfe6669bc6b6b01d /main | |
parent | 8992d0f330d3c0f144766e39f12468539ff6aa8b (diff) | |
parent | ea85afe20ebc2ba8cb41cd502f8a8c7cce152600 (diff) |
Merge branch 'master' of https://github.com/marvinborner/BEAM-Messenger
Diffstat (limited to 'main')
-rw-r--r-- | main/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/.gitignore b/main/.gitignore index ee30f1e..79d6a6e 100644 --- a/main/.gitignore +++ b/main/.gitignore @@ -52,6 +52,9 @@ build/npm-debug.log # Ignore compiled assets public/assets/* +# Ignore uploads +uploads/* + # Ignore minified assets (v0.3.x) public/js/min/* public/css/min/* |