feat: Add build folder to gitignore

master
root 2022-02-24 15:18:39 +01:00
parent e7f855ca51
commit ee069e9ab8
1 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
packs/**
build/**