mirror of
https://github.com/morten-olsen/glados-voice.git
synced 2026-02-07 22:46:23 +01:00
19 lines
170 B
Plaintext
19 lines
170 B
Plaintext
# Git files
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
.github/
|
|
|
|
# Documentation
|
|
README.md
|
|
|
|
# Docker files
|
|
docker-compose.yml
|
|
Dockerfile
|
|
|
|
# Development files
|
|
*.log
|
|
*.tmp
|
|
.DS_Store
|
|
|