Skip to content

Commit

Permalink
feat: support installation as submodule
Browse files Browse the repository at this point in the history
Closes #74
  • Loading branch information
CHE1RON authored and thathoff committed Sep 23, 2023
1 parent a7cd22c commit da9eded
Show file tree
Hide file tree
Showing 26 changed files with 4,010 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
node_modules/
.DS_Store
.idea/
vendor/
composer.lock
yarn.lock
vendor
kirby

# files of Composer dependencies that are not needed for the plugin
# See https://getkirby.com/docs/guide/plugins/plugin-setup-composer
/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/**/Makefile
/vendor/**/phpstan.neon
/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 @@ -34,6 +34,7 @@
"kirby-cms-path": false
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
Expand Down
Loading

0 comments on commit da9eded

Please sign in to comment.