Skip to content

Commit 2d97c19

Browse files
committed
add build artifacts to gitignore
1 parent 16651da commit 2d97c19

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@ node_modules
22
npm-debug.log
33
examples/bundle.js
44
yarn.lock
5+
6+
/PivotTable.js
7+
/PivotTable.js.map
8+
/PivotTableUI.js
9+
/PivotTableUI.js.map
10+
/PlotlyRenderers.js
11+
/PlotlyRenderers.js.map
12+
/TableRenderers.js
13+
/TableRenderers.js.map
14+
/Utilities.js
15+
/Utilities.js.map
16+
/__tests__/*
17+
/pivottable.css

0 commit comments

Comments
 (0)