16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
# Secrets (never commit)
|
|
tokens/*
|
|
!tokens/*.example.json
|
|
!tokens/*.example.yml
|
|
!tokens/*.example.yaml
|
|
gitea/token
|
|
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
*.log
|
|
|
|
# Local scratch / build output
|
|
_tmp/
|
|
apps/visualizer/dist/
|