diff --git a/.dockerignore b/.dockerignore index 136b3eca..33e20c1b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,7 @@ -scripts -.github -.editorconfig -.pre-commit-hooks.yaml +/.editorconfig +/.git/ +/.github/ +/.gitignore +/.pre-commit-hooks.yaml +/scripts/ +/target/ diff --git a/.gitignore b/.gitignore index c03f402b..65fa6697 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -target *.bk -.DS_Store *.out.png -/.idea -/node_modules +.DS_Store +/.idea/ +/node_modules/ +/target/