docker: Add build directory to gitignore

This commit is contained in:
Elian Doran
2024-07-13 10:54:37 +03:00
parent c435b97e10
commit 408369fcac

1
.gitignore vendored
View File

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