summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4b789e06627cdbae46af60f1b4389e954e7c0f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/modules_v4/*
!/modules_v4/example*

/public/mix-manifest.json
/public/css/*.map
/public/css/*/*.map
/public/js/*.map
/public/js/*.js.LICENSE.txt
/public/robots.txt

/node_modules/

/resources/lang/webtees.pot
/resources/lang/*/messages.php
!/resources/lang/en-US/messages.php

/robots.txt

/tests/clover.xml
/tests/coverage
/vendor/