1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-07 12:36:51 +03:00
git-cliff/.dockerignore
Orhun Parmaksız b7dd592653
chore(npm): package git-cliff for npm (#133)
* chore: scaffold a typescript node project

* feat: execute git cliff binary using nodejs

* fix: process doesnt return status code

* fix: optional dependencies are not added to git-cliff

* chore(npm): move NPM package to npm folder

* chore(docker): add NPM package to .dockerignore

* feat(cd): publish NPM package via continuous deployment workflow

* docs: add npm instructions to README

* chore(npm): update package keywords

* chore(cd): publish the NPM package publicly

* style(readme): update NPM section in README.md

Co-authored-by: Burak Güner <burak.guner@callstack.com>
Co-authored-by: Burak Güner <md.burak.guner@gmail.com>
2023-01-09 15:12:22 +01:00

16 lines
141 B
Plaintext

# Directories
/.git/
/.github/
/target/
/npm/
# Files
.editorconfig
.gitignore
*.md
codecov.yml
Dockerfile
LICENSE
rustfmt.toml
_config.yml