-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitignore
36 lines (31 loc) · 992 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
###############
# folder #
###############
/**/DROP/
/**/TEMP/
/**/packages/
/**/bin/
/**/obj/
_site
.vscode
components/grid/*.md
components/treegrid/*.md
components/hierarchicalgrid/*.md
components/pivotGrid/*.md
# All grid specific files that should NOT be ignored:
!components/grid/grid.md
!components/grid/groupby.md
!components/grid/paste-excel.md
!components/grid/master-detail.md
!components/grid/selection-based-aggregates.md
# All tree grid specific files that should NOT be ignored:
!components/treegrid/tree-grid.md
!components/treegrid/groupby.md
!components/treegrid/load-on-demand.md
# All hierarchical grid specific files that should NOT be ignored:
!components/hierarchicalgrid/hierarchical-grid.md
!components/hierarchicalgrid/load-on-demand.md
# All pivot grid specific files that should NOT be ignored:
!components/pivotGrid/pivot-grid.md
!components/pivotGrid/pivot-grid-features.md
!components/pivotGrid/pivot-grid-custom.md