docker: Add build directory to gitignore

pull/196/head
Elian Doran 2024-07-13 10:54:37 +07:00
parent c435b97e10
commit 408369fcac
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored

@ -1,6 +1,7 @@
.DS_Store
node_modules/
dist/
build/
src/public/app-dist/
npm-debug.log
yarn-error.log