mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 13:37:44 +00:00
Minor: clean up .dockerignore #159.
This commit is contained in:
parent
fa59a49c9c
commit
f9f5f1f7d6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
target/
|
||||
traildepot/
|
||||
**/traildepot/
|
||||
**/target/
|
||||
**/target/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
examples/
|
||||
|
||||
.git*
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue