mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
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 |