diff options
author | Marvin Borner | 2018-05-06 00:30:27 +0200 |
---|---|---|
committer | GitHub | 2018-05-06 00:30:27 +0200 |
commit | ea85afe20ebc2ba8cb41cd502f8a8c7cce152600 (patch) | |
tree | f8757a2e160b594329d976e8362feea6c64da560 /main/.gitignore | |
parent | c2b4f8d7de00c9c4ade235dcc4f02883a0219762 (diff) |
Ignored upload dir
Diffstat (limited to 'main/.gitignore')
-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/* |