-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
38 lines (36 loc) · 1.29 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
public_html/config/crawler.config.json.bak
public_html/config/crawler.config.json
public_html/data/*.txt
public_html/data/*.db
public_html/data/*.log
public_html/data/~cache
public_html/lang/*.bak
public_html/tmp/*.tmp
.vscode/
public_html/~cache/
public_html/tmp/__latest.zip
public_html/vendor/cache/*
public_html/vendor/vendor-updater.sh
public_html/_update_release.php
public_html/vendor/medoo/tests/AggregateTest.php
public_html/vendor/medoo/tests/CreateTest.php
public_html/vendor/medoo/tests/DeleteTest.php
public_html/vendor/medoo/tests/DropTest.php
public_html/vendor/medoo/tests/GetTest.php
public_html/vendor/medoo/tests/HasTest.php
public_html/vendor/medoo/tests/InsertTest.php
public_html/vendor/medoo/tests/MedooTestCase.php
public_html/vendor/medoo/tests/QueryTest.php
public_html/vendor/medoo/tests/QuoteTest.php
public_html/vendor/medoo/tests/RandTest.php
public_html/vendor/medoo/tests/RawTest.php
public_html/vendor/medoo/tests/ReplaceTest.php
public_html/vendor/medoo/tests/SelectTest.php
public_html/vendor/medoo/tests/UpdateTest.php
public_html/vendor/medoo/tests/WhereTest.php
public_html/vendor/medoo/.php_cs.dist
public_html/vendor/medoo/phpunit.xml
public_html/vendor/medoo/composer.json
public_html/classes/shared/*
static/*
public_html/vendor/data/~cache/*