chore: added gitignore and docker-compose

This commit is contained in:
Willem Serruys
2026-08-19 18:35:20 +02:00
parent 77e42910c5
commit fece1603e7
2 changed files with 51 additions and 0 deletions

10
.gitignore vendored
View File

@@ -17,3 +17,13 @@ config/
[Oo]bj/
.aider*
.env
node_modules/
dist/
build/
*.db
*.db-journal
.env
.env.local
*.log
.DS_Store