Initial public release of birdwatch-relay
This commit is contained in:
commit
c176f2ad24
17 changed files with 2025 additions and 0 deletions
29
.dockerignore
Normal file
29
.dockerignore
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
.env
|
||||
.env.*
|
||||
firebase-key.json
|
||||
*firebase-adminsdk*.json
|
||||
serviceAccountKey.json
|
||||
*-credentials.json
|
||||
data/
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
docker-compose.yml
|
||||
docker-compose.yml.bak
|
||||
SECURITY-AUDIT.md
|
||||
README.md
|
||||
*.pem
|
||||
*.key
|
||||
secrets/
|
||||
/out/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.log
|
||||
*.bak
|
||||
*.bak[0-9]
|
||||
*.bak[0-9][0-9]
|
||||
Loading…
Add table
Add a link
Reference in a new issue