Files
discordeno/.npmignore
T
Jonathan HoandFleny 2163399d8d ci: add dependabot (#3272)
* ci: add dependabot

* fix: bin/**

* ci: add update github-actions

* Update dependabot.yml

---------

Co-authored-by: Fleny <Fleny113@outlook.com>
2023-12-10 13:13:01 +00:00

9 lines
97 B
Plaintext

# ignore everything
*
# except package.json and build
!package.json
!README.md
!dist/**
!bin/**