Added .gitignore for database file and uploads directory.

This commit is contained in:
kiswa 2014-10-10 11:27:07 -04:00
parent 9acb10571e
commit 5a3cf70229

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
api/taskboard.db
api/uploads/*