Skip to content

Commit

Permalink
Add dockerignore, tweak gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Mar 4, 2020
1 parent ef6471f commit 8744436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/target
_local
.idea
.git
varia/Dockerfile.tests
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/target
**/*.rs.bk
_local/
_local

0 comments on commit 8744436

Please sign in to comment.