-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
46 lines (43 loc) · 916 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
/backend/app/config/parameters.yml
/build/
/phpunit.xml
/var/*
!/var/cache
/var/cache/*
!var/cache/.gitkeep
!/var/logs
/var/logs/*
!var/logs/.gitkeep
!var/SymfonyRequirements.php
/backend/vendor/
/web/bundles/
/web/uploads/
/web/static/
.idea
.vagrant
/web/assets/admin/vendors/bower_components
.DS_Store
node_modules
/frontend/node_modules
/backend/app/config/parameters_test.yml
/backend/src/AppBundle/Resources/views/Default/index.html.twig
/backend/src/AppBundle/Resources/views/Default/index-*.html.twig
/backend/src/AppBundle/Tests/Resources/
/backend/src/AppBundle/Resources/docs/cache/
/backend/src/AppBundle/Resources/docs/build/
/frontend/static/js/
/web/js/
/web/app_dev.php
/frontend/config/dev.local.js
docker-compose.yml
.history/
npm-debug.log
yarn-error.log
/config/docker/.env
ssr/.nuxt
ssr/node_modules
/*.sql
.php_cs.cache
backend/app/Resources/translations/*.yml~
.docker-sync
docker-sync.yml