Skip to content

Commit 7ec6e88

Browse files
committed
Updated gitignore
- Do not commit generated output files
1 parent da6e173 commit 7ec6e88

6 files changed

Lines changed: 5801 additions & 12953 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: actions/setup-node@v1
2828
with:
2929
node-version: ${{ matrix.node-version }}
30-
# npm ci REQUIRES a package-lock.json file
3130
- name: Install Fresh Dependencies
3231
run: npm ci
3332
- name: Build library

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: actions/setup-node@v1
2828
with:
2929
node-version: ${{ matrix.node-version }}
30-
# npm ci REQUIRES a package-lock.json file
3130
- name: Install Fresh Dependencies
3231
run: npm ci
3332
- name: Build library

.gitignore

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
2-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
32

43
# dependencies
5-
node_modules
4+
/node_modules
5+
6+
# production
7+
/build
68

7-
# all builds
8-
build
9-
.rpt2_cache
9+
# output files
10+
/dist
1011

1112
# misc
1213
.DS_Store
@@ -20,16 +21,5 @@ npm-debug.log*
2021
yarn-debug.log*
2122
yarn-error.log*
2223

23-
## dist output files
24-
dist/zingchart-react.es.js
25-
dist/zingchart-react.es.js.map
26-
27-
## Unignored Files
28-
!dist/modules/**
29-
!dist/zingchart-react.js
30-
31-
# Example files
32-
example/package-lock.json
33-
34-
# Outher output files
24+
# Other generated files
3525
CHANGELOG.md

dist/zingchart-react.cjs.js

Lines changed: 0 additions & 433 deletions
This file was deleted.

dist/zingchart-react.esm.js

Lines changed: 0 additions & 427 deletions
This file was deleted.

0 commit comments

Comments
 (0)