2015-12-06 19:58:49 +01:00
|
|
|
/vendor
|
|
|
|
*.DS_Store*
|
2021-01-23 21:09:16 +01:00
|
|
|
!.env.ci
|
|
|
|
!.env.example
|
|
|
|
.env*
|
2016-01-12 04:37:12 +01:00
|
|
|
.vagrant/*
|
2017-03-11 20:44:18 +01:00
|
|
|
.vscode/*
|
2017-03-16 02:38:09 +01:00
|
|
|
storage/framework/*
|
2017-06-04 00:05:31 +02:00
|
|
|
/.idea
|
2018-02-17 23:10:44 +01:00
|
|
|
/nbproject
|
2022-10-24 17:48:30 +02:00
|
|
|
/.direnv
|
2015-12-06 19:58:49 +01:00
|
|
|
|
2017-02-02 21:01:15 +01:00
|
|
|
node_modules
|
2018-03-27 07:44:14 +02:00
|
|
|
*.log
|
2017-03-16 00:47:44 +01:00
|
|
|
_ide_helper.php
|
2021-08-07 17:46:30 +02:00
|
|
|
_ide_helper_models.php
|
2018-03-27 07:44:14 +02:00
|
|
|
.phpstorm.meta.php
|
2021-08-07 17:46:30 +02:00
|
|
|
.yarn
|
2019-06-22 22:53:41 +02:00
|
|
|
public/assets/manifest.json
|
2017-03-28 00:13:24 +02:00
|
|
|
|
|
|
|
# For local development with docker
|
|
|
|
# Remove if we ever put the Dockerfile in the repo
|
|
|
|
.dockerignore
|
2017-05-12 13:07:03 +02:00
|
|
|
docker-compose.yml
|
2018-08-05 01:21:51 +02:00
|
|
|
|
2017-03-28 00:13:24 +02:00
|
|
|
# for image related files
|
|
|
|
misc
|
2022-05-05 01:01:29 +02:00
|
|
|
.php-cs-fixer.cache
|
2018-05-04 14:21:39 +02:00
|
|
|
coverage.xml
|
2018-04-07 21:06:30 +02:00
|
|
|
resources/lang/locales.js
|
2020-06-25 05:47:52 +02:00
|
|
|
.phpunit.result.cache
|
2022-11-25 21:25:03 +01:00
|
|
|
|
|
|
|
/public/build
|
|
|
|
/public/hot
|
|
|
|
result
|
|
|
|
docker-compose.yaml
|