mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix: remove golang files and triggers directory for packaging
This commit is contained in:
@@ -25,4 +25,4 @@ clean:
|
||||
rm -rf commands subcommands
|
||||
|
||||
src-clean:
|
||||
rm -rf .gitignore src vendor Makefile
|
||||
rm -rf .gitignore src triggers vendor Makefile *.go
|
||||
|
||||
@@ -25,7 +25,7 @@ clean:
|
||||
rm -rf commands subcommands network-* install post-create post-delete
|
||||
|
||||
src-clean:
|
||||
rm -rf .gitignore src vendor Makefile
|
||||
rm -rf .gitignore src triggers vendor Makefile *.go
|
||||
|
||||
triggers: $(TRIGGERS)
|
||||
|
||||
|
||||
@@ -25,4 +25,4 @@ clean:
|
||||
rm -rf commands subcommands
|
||||
|
||||
src-clean:
|
||||
rm -rf .gitignore src vendor Makefile
|
||||
rm -rf .gitignore src triggers vendor Makefile *.go
|
||||
|
||||
Reference in New Issue
Block a user