-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
42 lines (35 loc) · 979 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
node_modules
build
npm-debug.log
.env
.DS_Store
dist
dist_BK
src/**/*.js
src/**/*.js.map
test/**/*.js
test/**/*.js.map
doc/**/obsolete
samples-*.json
# excluding auto-generated files:
docfx/**/components/toc_*.json
docfx/**/components/toc.yml
docfx/**/web.config
# excluding to avoid errors with yarn install
# package-lock.json
_exported_templates
_angular-org-grids
# shared-files-start
doc/en/components/grids/grid/template.md
doc/en/components/grids/tree-grid/template.md
doc/en/components/grids/pivot-grid/template.md
doc/en/components/grids/hierarchical-grid/template.md
doc/jp/components/grids/grid/template.md
doc/jp/components/grids/tree-grid/template.md
doc/jp/components/grids/pivot-grid/template.md
doc/jp/components/grids/hierarchical-grid/template.md
doc/kr/components/grids/grid/template.md
doc/kr/components/grids/tree-grid/template.md
doc/kr/components/grids/pivot-grid/template.md
doc/kr/components/grids/hierarchical-grid/template.md
# shared-files-end