Skip to content

Commit

Permalink
Final tweaks for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Vandeputte committed Mar 22, 2019
1 parent 19e5b8b commit 662a8f8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# OS files
.DS_Store
.DS_Store
.php_cs.cache

/vendor/**/.markdown

# files of Composer dependencies that are not needed for the plugin
/vendor/**/.*
/vendor/**/*.json
/vendor/**/*.txt
/vendor/**/*.md
/vendor/**/*.yml
/vendor/**/*.yaml
/vendor/**/*.xml
/vendor/**/*.dist
/vendor/**/readme.php
/vendor/**/LICENSE
/vendor/**/COPYING
/vendor/**/VERSION
/vendor/**/docs/*
/vendor/**/example/*
/vendor/**/examples/*
/vendor/**/test/*
/vendor/**/tests/*
/vendor/**/php4/*
/vendor/getkirby/composer-installer
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "bvdputte/kirby-queue",
"description": "A simple queue utility plugin for Kirby 3. It enables workers in Kirby that can do tasks (in the background) at scheduled intervals (cron) by working through queues of jobs.",
"license": "MIT",
"type": "kirby-plugin",
"authors": [
{
"name": "Bart Vandeputte",
Expand Down

0 comments on commit 662a8f8

Please sign in to comment.