tweaked .gitignore to exclude .build/*

This commit is contained in:
Joel L 2017-02-04 13:54:47 +02:00
parent b8f555ab22
commit 09c22eaa55

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
tmp/
node_modules/
.vscode/
.build/*