Skip to content

Commit

Permalink
add .dockerignore file
Browse files Browse the repository at this point in the history
Signed-off-by: Spolti <[email protected]>
  • Loading branch information
spolti committed Nov 29, 2023
1 parent 0780d31 commit c66c7df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.env
.dockerignore
.vscode
.DS_Store
Dockerfile
temp
.pre-commit.log

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ google/
# IDE
.idea/

.pre-commit.log
.pre-commit.log

0 comments on commit c66c7df

Please sign in to comment.