Skip to content

Commit

Permalink
make installation without composer possible
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmichael committed Apr 29, 2023
1 parent 913cc07 commit 2e93802
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,27 @@
# Cache files
.php-cs-fixer.cache
.phpunit.result.cache

# ignore all the vendor cruft
/vendor/**/.*
/vendor/**/test/*
/vendor/**/tests/*
/vendor/**/*.md
!/vendor/**/COPYRIGHT.md
!/vendor/**/LICENSE.md
/vendor/**/*.dist
/vendor/**/*.txt
/vendor/**/*.xml
/vendor/**/*.yml
/vendor/**/*.yaml
/vendor/**/COMMITMENT
/vendor/**/readme.php
/vendor/**/VERSION
/vendor/**/docs/*
/vendor/**/example/*
/vendor/**/examples/*
/vendor/**/php4/*
/vendor/**/*.pubkey
/vendor/**/*.asc
/vendor/**/*.sh
/vendor/getkirby/composer-installer
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e93802

Please sign in to comment.