forked from eventum/eventum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (89 loc) · 1.57 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
*.tar.gz
*.tar.gz.md5
*.tar.gz.asc
*.orig
*.patch
*.rej
*.un~
*~
Session.vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
.netrwhist
/.idea
/.php_cs*cache
/.phplint.cache
/.project
/.settings
/dropin
/TODO.*
/.envrc.local
/box.phar
/codecept.phar
/composer.phar
/gush.phar
/phing.phar
/php-cs-fixer.phar
/phpab.phar
/phpcompatinfo.phar
/phpmd.phar
/phpunit.phar
/bin/tools/
/node_modules
/vendor
/package-lock.json
/yarn-error.log
/config/cas.php
/config/ldap.php
/config/logger.php
/config/private_key.php
/config/secret_key.php
/config/setup.php
/config/sphinx.conf
/config/userscript.js
/config/userstyle.css
/config/custom_field/
/config/templates/
/config/workflow/
/htdocs/.htaccess
/htdocs/css/app.css
/htdocs/css/chosen-sprite*.png
/htdocs/css/components.css
/htdocs/css/datatables.css
/htdocs/css/jquery-ui.css
/htdocs/fonts/
/htdocs/images/*.png
/htdocs/images/vendor/
/htdocs/js/*.js.LICENSE.txt
/htdocs/js/app.js
/htdocs/js/components.js
/htdocs/js/datatables.js
/htdocs/js/dynamic_custom_field.js
/htdocs/js/jquery-ui.js
/htdocs/js/raven.js
/htdocs/mix-manifest.json
/eventum-setup
/localization/*.mo
/localization/*/
/po
/tests/_locales.stamp
!/tests/_bootstrap.php
/tests/ldap.php
/tests/private_key.php
/tests/secret_key.php
/tests/Codeception/_output/*
/tests/Codeception/_support/_generated/*
/tests/Codeception/acceptance.suite.yml
/tests/Codeception/functional.suite.yml
/tests/Codeception/unit.suite.yml
/codeception.yml
/misc/routed_emails/*
/misc/routed_notes/*
/var/cache/*
!/var/cache/README
/var/lock/*
!/var/lock/README
/var/log/*
!/var/log/README
/var/storage/*
!/var/storage/README