23 lines
283 B
Plaintext
23 lines
283 B
Plaintext
.git
|
|
.gitignore
|
|
docker-compose.yml
|
|
docker-compose.*.yml
|
|
.editorconfig
|
|
.env.example
|
|
.env.testing
|
|
phpunit.xml
|
|
phpunit.xml.dist
|
|
tests/
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.md
|
|
!composer.json
|
|
!composer.lock
|
|
README.md
|
|
CHANGELOG.md
|
|
CONTRIBUTING.md
|
|
graphify-out/
|