setup prisma orm

This commit is contained in:
2024-11-13 18:50:53 +01:00
parent 0db2a0c647
commit 1e9ad26db5
31 changed files with 17698 additions and 42 deletions
+30
View File
@@ -0,0 +1,30 @@
# Node.js spezifische Ignorierungen
node_modules/
# Dart spezifische Ignorierungen
**/.dart_tool/
**/.packages
**/.pub-cache/
# Log-Dateien
*.log
# Systemdateien
.DS_Store
Thumbs.db
# IDE spezifische Ignorierungen
.idea/
.vscode/
*.swp
*~
# Weitere Build-Verzeichnisse
**/dist/
**/build/
**/temp/
# Go spezifische Ignorierungen
**/bin/
**/pkg/
**/vendor/