setup prisma orm
This commit is contained in:
+30
@@ -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/
|
||||
Reference in New Issue
Block a user