-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
31 lines (27 loc) · 973 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
# ======================================================================
# Composer
# ======================================================================
/composer.lock
/composer.phar
/vendor/
# ======================================================================
# PHPUnit
# ======================================================================
/.phpunit.cache
/phpunit.xml
# ======================================================================
# PHP CS Fixer
# ======================================================================
/.php-cs-fixer.cache
# ======================================================================
# YARN
# ======================================================================
/node_modules/
yarn-error.log
/tests/TestApplication/public/bundles
# ======================================================================
# CECIL
# ======================================================================
doc/.cache
doc/.cecil
doc/_site