# Source files (nur dist wird veröffentlicht) *.ts !*.d.ts tsconfig.json # Git .git .gitignore .gitattributes # Tests test/ *.test.ts *.spec.ts coverage/ jest.config.js # Docker Dockerfile docker-compose.yml .dockerignore # Entwicklung .eslintrc.js .eslintrc.json .prettierrc .prettierrc.json .editorconfig .vscode/ .idea/ # Dokumentation (README bleibt) CONTRIBUTING.md CHANGELOG.md INSTALLATION.md SCHNELLSTART.md ARCHIV-INFO.md docs/ # Beispiele workflows/ examples/ # Skripte install.sh install.ps1 # OS-spezifisch .DS_Store Thumbs.db # Archive *.tar.gz *.zip # Logs und temp *.log logs/ tmp/ temp/ .tmp/ .cache/ # Umgebungsvariablen .env .env.* !.env.example # node_modules (sowieso ignoriert, aber sicherheitshalber) node_modules/