forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (43 loc) · 770 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
public/bundles/*
!public/bundles/.gitkeep
public/media/*
public/css/*
public/js/*
public/dist/*
public/test_dist/*
public/cache/
public/uploads/*
public/uploads_test/*
public/log
public/app_local.php
var/archive/*
var/*
!var/SymfonyRequirements.php
!var/PimRequirements.php
var/uploads/*
var/uploads/product/*
var/file_storage/*
vendor
bin/symfony_requirements
composer.phar
/cov
/phpspec.yml
uploads_test/
.phpspec/*.tpl
/node_modules
npm-debug.log
docker-compose.override.yml
.web-server-pid
package-lock.json
.yarn-metadata.json
yarn-error.log
coverage/*
.phpunit.result.cache
akeneo-design-system/lib
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###