Files
discordeno/.npmignore
Jonathan Ho 6a55a6ff6f feat(cli): add cli (#3037)
* feat(bot): add cli

* refactor: move to discordeno package

* refactor(cli): blank state
2023-10-15 04:25:08 +00:00

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