Skip to content

Commit e490367

Browse files
authored
Add Makefile (#800)
* Add Makefile * Use multi-stage Docker to download restic * Add docker manifest Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent cb2289d commit e490367

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25-
.idea/
26-
dist/
25+
/.idea
26+
/dist
2727
**/junit.xml
2828
**/.env
29-
.vscode/
30-
apiserver.local.config/
31-
coverage.txt
29+
/.vscode
30+
/coverage.txt
31+
32+
/bin
33+
/.go

0 commit comments

Comments
 (0)