-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
46 lines (46 loc) · 851 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
/app/web/mstile*.png
/app/web/favicon*
/app/web/android-chrome-*
/app/web/apple-touch-icon*
/app/web/browserconfig.xml
/app/web/manifest.json
/app/web/safari-pinned-tab.svg
/app/config/parameters.yml
/app/bin/
/composer.phar
/app/composer.phar
/app/vendor/
/app/phpunit.xml
/legacy/*
.idea
/app/node_modules/*
/.sass-cache
/app/web/css/*
!web/css/.gitkeep
!web/css/.htaccess
/app/web/font/*
!web/font/.gitkeep
!web/font/.htaccess
/app/web/js/*
!web/js/.gitkeep
!web/js/.htaccess
/var/config/*
!/var/config/.gitkeep
/var/config/templates/*
!/var/config/templates/.gitkeep
/var/data/invoice/*
!/var/data/invoice/.gitkeep
/var/data/uploads/*
!/var/data/uploads/.gitkeep
/var/log/*
!/var/log/.gitkeep
/var/tmp/*
!/var/tmp/.gitkeep
/var/cache/*
.DS_Store
/backup/
/phpunit.xml
.phpunit.result.cache
/app/docker/.env
/app/docker/app.crt
/app/docker/app.key