forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (47 loc) · 920 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
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
cypress/videos
cypress/screenshots
.nvmrc
.yarnrc
.yarn/
# The "lib/" folder must be ignored here to not be taken into account when the DSM is extracted to its own repository.
# See ".github/actions/extract/entrypoint.sh"
front-packages/akeneo-design-system/lib
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local