Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
- Do not commit generated output files
  • Loading branch information
Bramikke committed Dec 5, 2023
1 parent da6e173 commit 7ec6e88
Show file tree
Hide file tree
Showing 6 changed files with 5,801 additions and 12,953 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
# npm ci REQUIRES a package-lock.json file
- name: Install Fresh Dependencies
run: npm ci
- name: Build library
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
# npm ci REQUIRES a package-lock.json file
- name: Install Fresh Dependencies
run: npm ci
- name: Build library
Expand Down
26 changes: 8 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

# See https://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
node_modules
/node_modules

# production
/build

# all builds
build
.rpt2_cache
# output files
/dist

# misc
.DS_Store
Expand All @@ -20,16 +21,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

## dist output files
dist/zingchart-react.es.js
dist/zingchart-react.es.js.map

## Unignored Files
!dist/modules/**
!dist/zingchart-react.js

# Example files
example/package-lock.json

# Outher output files
# Other generated files
CHANGELOG.md
433 changes: 0 additions & 433 deletions dist/zingchart-react.cjs.js

This file was deleted.

427 changes: 0 additions & 427 deletions dist/zingchart-react.esm.js

This file was deleted.

Loading

0 comments on commit 7ec6e88

Please sign in to comment.