22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
/bin/
|
|
/dist/
|
|
/coverage/
|
|
*.test
|
|
*.prof
|
|
|
|
# Local secrets and data never belong in a source snapshot.
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# himesan dev keeps candidates in the user cache, never in the project.
|