forked from shopware/development
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (40 loc) · 785 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
/composer.lock
/vendor/
/bin/vendor/
/.idea/
/.psh.yaml.override
/.php_cs.cache
/docker-compose.override.yml
/config/jwt/*
!/config/jwt/.gitkeep
/build/*
/custom/*
!/build/artifacts/.gitkeep
!/build/media/.gitkeep
/public/media/*
/public/thumbnail/*
!/public/media/.gitkeep
/public/plugins/*
/files/*
/dev-ops/docker/_volumes/*
/dev-ops/analyze/node_modules
/dev-ops/analyze/vendor
/dev-ops/analyze/vendor-bin/**/vendor
/dev-ops/analyze/.jscpd
/dev-ops/analyze/tmp
!/dev-ops/analyze/tmp/**/.gitkeep
/selenium-debug.log
/platform/
###> symfony/framework-bundle ###
.env
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###
###> phpunit/phpunit ###
/phpunit.xml
###< phpunit/phpunit ###