Skip to content

Commit

Permalink
Added .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirun committed Oct 11, 2024
1 parent ee12a28 commit 65d23c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Git
.git

# Environment
.env*

# Build
target

# IDE
.idea

0 comments on commit 65d23c2

Please sign in to comment.