Skip to content

Commit 2e93802

Browse files
committed
make installation without composer possible
1 parent 913cc07 commit 2e93802

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,27 @@
88
# Cache files
99
.php-cs-fixer.cache
1010
.phpunit.result.cache
11+
12+
# ignore all the vendor cruft
13+
/vendor/**/.*
14+
/vendor/**/test/*
15+
/vendor/**/tests/*
16+
/vendor/**/*.md
17+
!/vendor/**/COPYRIGHT.md
18+
!/vendor/**/LICENSE.md
19+
/vendor/**/*.dist
20+
/vendor/**/*.txt
21+
/vendor/**/*.xml
22+
/vendor/**/*.yml
23+
/vendor/**/*.yaml
24+
/vendor/**/COMMITMENT
25+
/vendor/**/readme.php
26+
/vendor/**/VERSION
27+
/vendor/**/docs/*
28+
/vendor/**/example/*
29+
/vendor/**/examples/*
30+
/vendor/**/php4/*
31+
/vendor/**/*.pubkey
32+
/vendor/**/*.asc
33+
/vendor/**/*.sh
34+
/vendor/getkirby/composer-installer

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)