Skip to content

Commit

Permalink
fix .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 26, 2023
1 parent f82656c commit 55e07ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
.clang-format

# Bazel
bazel/doc
bazel/docs
bazel/README.md
bazel/cache
bazel/docker
bazel/Makefile

# CMake
cmake/doc
cmake/docs
cmake/README.md
cmake/cache
cmake/docker
cmake/Makefile

# Makefile
makefiles/doc
makefiles/docs
makefiles/README.md
makefiles/cache
makefiles/docker
Expand Down

0 comments on commit 55e07ca

Please sign in to comment.