mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore: update gitignore to remove compiled triggers from repo
This commit is contained in:
2
plugins/cron/.gitignore
vendored
2
plugins/cron/.gitignore
vendored
@@ -2,7 +2,9 @@
|
||||
/subcommands/*
|
||||
/triggers/*
|
||||
/triggers
|
||||
/app-json-is-valid
|
||||
/cron-*
|
||||
/install
|
||||
/post-*
|
||||
/report
|
||||
/scheduler-stop
|
||||
|
||||
1
plugins/scheduler-docker-local/.gitignore
vendored
1
plugins/scheduler-docker-local/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/triggers/*
|
||||
/triggers
|
||||
/cron-*
|
||||
/scheduler-cron-write
|
||||
|
||||
Reference in New Issue
Block a user