-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (52 loc) · 802 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
47
48
49
50
51
52
53
54
config/db.php
my.php
www/data/
www/install.php
www/upgrade.php
www/checklist.php
www/ok.txt
www/xhprof
tools/*
release/*
tmp/*
tmp/log/*
tmp/model/*
tmp/cache/*
tmp/extension/*
extension/pro/*
extension/biz/*
extension/max/*
extension/xuan/*
extension/custom/*
test/data/sql/
.bak
.idea
.vscode
.gitignore
.DS_Store
vendor/
docker
.docker-sync
composer.lock
.editorconfig
CodeSniffer.conf
test/runtime/*
test/www
!/**/.gitkeep
.scannerwork
bin/roadrunner/rr
rr
build/*.gz
**/test/model/data/*.yaml
**/test/model/data/sql/*.sql
**/test/tao/data/*.yaml
**/test/tao/data/sql/*.sql
**/metric/test/calc/**/data/*.yaml
**/metric/test/calc/**/data/sql/*.sql
# ignore xuan files during development
config/ext/_*.php
config/ext/xxb*.php
config/ext/xuan*.php
framework/xuanxuan.class.php
lib/phpaes/
www/x.php