forked from hydro-dev/Hydro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (57 loc) · 777 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
55
56
57
58
59
60
61
62
# Built Files & Log
.build/
dist/
*.cache
.cache
/build/*.js
.cache/
*.log
*.js.map
*.tsbuildinfo
*.hydro
.coverage
coverage
.nyc_output
benchmark.json
globalConfig.json
*.out
.clinic/
.yarn/cache
.yarn/build-state.yml
.yarn/unplugged
.yarn/sdks
.yarn/install-state.gz
.pnp.*
# Config Files
/config.yaml
/config.json
yarn.lock
pnpm-lock.yaml
tsconfig.json
tsconfig.*.json
# Project Rules
## Core
packages/**/*.js
!/build/*.js
!**/bin/*.js
!*.page.js
!packages/utils/lib/register.js
## ui-default
!packages/ui-default/**/*.js
!packages/geoip/download.js
!examples/**
packages/ui-default/public
packages/ui-default/misc/.iconfont
packages/ui-default/static/locale
plugins/
modules/
# Data files
*.mmdb
# Base
node_modules/
__*
!__mocks__
!.gitkeep
*.local
# Monokle
.monokle