Add /uploads directory to .gitignore

This commit is contained in:
syuilo 2017-02-12 01:39:58 +09:00
parent bcd5f2f83c
commit ec8c51fbca
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/.vscode
/node_modules
/built
/uploads
npm-debug.log
*.pem
run.bat