-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (38 loc) · 597 Bytes
/
.gitignore
File metadata and controls
39 lines (38 loc) · 597 Bytes
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
/.web-server-pid
/app/config/parameters.yml
/build/
/phpunit.xml
/var/*
!/var/cache
/var/cache/*
!var/cache/.gitkeep
!/var/logs
/var/logs/*
/var/assets_version
!var/logs/.gitkeep
!/var/sessions
/var/sessions/*
!var/sessions/.gitkeep
var/SymfonyRequirements.php
!/var/data
/var/data/*
!/var/data/test.sqlite
!/var/data/vmoex.sql
/vendor/
/web/bundles/
.idea
web/avatar/*
!web/avatar/default.png
web/upload/*
!web/upload/images
!web/upload/images/.gitignore
!web/upload/cover
web/upload/cover/*
!web/upload/cover/.gitkeep
web/js
web/css
web/build
node_modules
yarn.lock
yarn-error.log
coverage.xml