discord: ignore local env and data artifacts
This commit is contained in:
parent
292ff126c4
commit
d6962522a4
1 changed files with 3 additions and 0 deletions
3
packages/discord/.gitignore
vendored
3
packages/discord/.gitignore
vendored
|
|
@ -8,6 +8,8 @@ dist/
|
|||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Bun
|
||||
*.lockb
|
||||
|
|
@ -33,6 +35,7 @@ Thumbs.db
|
|||
*.sqlite
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
data/
|
||||
|
||||
# Sensitive
|
||||
.censitive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue