Skip to content

Commit

Permalink
Fixed placement of gitkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed May 2, 2020
1 parent 6e70b2a commit ea5a772
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/.git/
/.github/
/.gitignore
!/deploy/pubkeys/.gitkeep
/deploy/
!/deploy/pubkeys/.gitkeep
/dist/
/sish
/.vscode/
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
keys/*
!keys/.gitkeep
pubkeys/*
!pubkeys/.gitkeep
ssl/*
!ssl/.gitkeep
sish
deploy/*
deploy/*/*
!deploy/keys/.gitkeep
!deploy/pubkeys/.gitkeep
!deploy/ssl/.gitkeep
!deploy/docker-compose.yml
dist/
sish
__debug_bin
Empty file added deploy/keys/.gitkeep
Empty file.
Empty file added deploy/pubkeys/.gitkeep
Empty file.
Empty file added deploy/ssl/.gitkeep
Empty file.

0 comments on commit ea5a772

Please # to comment.