Skip to content

Commit

Permalink
Update dockerignore to allow HEAD version info into build.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Mar 30, 2021
1 parent 8baacdd commit 4349637
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
.circleci/
.clj-kondo/
.git/
# version control
.gitignore
.git/
!.git/HEAD
!.git/refs/heads/*

# docs
doc/
*.md
*.txt

# local development
.clj-kondo/
dev/
test/
target/
CHANGELOG.md
LICENSE.txt
VERSION.txt
README.md
deps.edn
Dockerfile
tests.edn

# build files
.circleci/
dist/
target/
Makefile
cljstyle
2 changes: 1 addition & 1 deletion doc/indentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Will indent all elements inside a `foo` form by two spaces:
(foo bar
baz
bang)
```
```

While an indent rule like:

Expand Down

0 comments on commit 4349637

Please sign in to comment.