Skip to content

Commit f7896da

Browse files
committedAug 4, 2020
feat(config): use conf.d for unified config
1 parent bbc0d65 commit f7896da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+475
-605
lines changed
 

‎.dockerignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,25 @@ yarn-error.log*
66

77
/dist
88
/.env
9-
/.config.json
109
/data
10+
/conf.d/*
11+
!/conf.d/.keep
12+
13+
# Upload provider dir
14+
/uploads
1115

1216
.DS_Store
1317
Thumbs.db
1418
ehthumbs.db
1519
Desktop.ini
1620
$RECYCLE.BIN
21+
/package-lock.json
1722

1823
*.swp
1924

2025
# nyc test runner
2126
/.nyc_output
2227
/coverage
28+
29+
# preact-cli build size plugin
30+
size-plugin.json

‎.env.example

-21
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.