forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (59 loc) · 936 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
web/bundles/*
web/media/*
web/css/*
web/js/*
web/dist/*
web/test_dist/*
web/cache/
web/uploads/*
web/uploads_test/*
web/log
web/app_local.php
app/AppKernel_local.php
app/console_local
app/archive/*
var/cache/*
app/config/*_local.yml
var/logs/*
var/bootstrap.php.cache
app/import/*
app/export/*
app/emails/*
app/uploads/*
app/uploads/product/*
app/file_storage/*
app/bootstrap.php.cache
app/phpunit.xml
app/build
vendor
composer.phar
/cov
/bin/*
!/bin/docker
/bin/docker/*
!/bin/docker/pim-dependencies.sh
!/bin/docker/pim-front.sh
!/bin/docker/pim-initialize.sh
!/bin/docker/pim-setup.sh
!/bin/console
!/bin/check-pullup
!/bin/pim-front.sh
behat.yml
/phpspec.yml
uploads_test/
.phpspec/*.tpl
.php_cs.cache
/node_modules
npm-debug.log
/docker/*
!/docker/akeneo.conf
!/docker/akeneo-behat.conf
!/docker/httpd.conf
.env
docker-compose.override.yml
.web-server-pid
yarn.lock
package-lock.json
.yarn-metadata.json
yarn-error.log
coverage/*