Added dockerignore to avoid build results [SKIP CI]

This commit is contained in:
hadestructhor 2025-01-09 13:35:37 +01:00
parent 8cf0118374
commit 65a4ef7caf
2 changed files with 4 additions and 0 deletions

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
/build_results*

3
.gitignore vendored
View file

@ -11,6 +11,9 @@
# production
/build
# build_results
/build_results*
# misc
.DS_Store
.env.local