Skip to content

Commit

Permalink
[CE-700] Only ignore files in root bin directory
Browse files Browse the repository at this point in the history
.gitignore has an entry bin/ which caused any files
in the root directory or subdirectory to be ignored,
this causes agents missing files. This needs to be
changed to only ignore files from root bin directory.
not any subdirectory, this patch will fix this problem.

Signed-off-by: Tong Li <[email protected]>
Change-Id: Iac0aaa79e68a96d5b51308feec972287d6dbb245
  • Loading branch information
Tong Li committed Sep 18, 2019
1 parent f98ed79 commit b7c4fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/fabric-operator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ tags
.vscode/*
.history
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
!build/bin

0 comments on commit b7c4fb6

Please sign in to comment.