mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 00:37:22 +00:00
* feat(bot): add cli * refactor: move to discordeno package * refactor(cli): blank state
11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
# ignore everything
|
|
*
|
|
|
|
# except package.json and build
|
|
!package.json
|
|
!README.md
|
|
!dist/**
|
|
!bin/dist/**
|
|
|
|
# but not tsc cache
|
|
dist/tsconfig.tsbuildinfo |