2015-12-06 19:58:49 +01:00
|
|
|
/vendor
|
|
|
|
*.DS_Store*
|
|
|
|
.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
|
2015-12-06 19:58:49 +01:00
|
|
|
|
2018-02-17 23:10:44 +01:00
|
|
|
package-lock.json
|
2015-12-06 19:58:49 +01:00
|
|
|
composer.lock
|
2017-02-02 21:01:15 +01:00
|
|
|
node_modules
|
2017-03-16 00:47:44 +01:00
|
|
|
|
|
|
|
_ide_helper_models.php
|
|
|
|
_ide_helper.php
|
2017-03-20 00:36:50 +01:00
|
|
|
|
|
|
|
sami.phar
|
2017-03-20 00:51:26 +01:00
|
|
|
/.sami
|
2017-03-28 00:13:24 +02:00
|
|
|
|
|
|
|
# For local development with docker
|
|
|
|
# Remove if we ever put the Dockerfile in the repo
|
|
|
|
.dockerignore
|
|
|
|
Dockerfile
|
2017-05-12 13:07:03 +02:00
|
|
|
docker-compose.yml
|
2017-03-28 00:13:24 +02:00
|
|
|
# for image related files
|
|
|
|
misc
|
2017-06-04 01:41:35 +02:00
|
|
|
.phpstorm.meta.php
|
2017-08-22 05:06:52 +02:00
|
|
|
.php_cs.cache
|