Ignore the build directory from git

This should prevent people from commiting the built directory by
accident.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2020-02-24 15:45:00 +01:00
parent 06d0438013
commit d8c424297b
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

3
.gitignore vendored
View file

@ -24,5 +24,8 @@ config.json
public/build public/build
public/views/build public/views/build
# ignore TypeScript built
built/
public/uploads/* public/uploads/*
!public/uploads/.gitkeep !public/uploads/.gitkeep