mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
* ci: add dependabot * fix: bin/** * ci: add update github-actions * Update dependabot.yml --------- Co-authored-by: Fleny <Fleny113@outlook.com>
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
# ignore everything
|
|
*
|
|
|
|
# except package.json and build
|
|
!package.json
|
|
!README.md
|
|
!dist/**
|
|
!bin/**
|