🚀 Initialize Musadaq SaaS: Full Backend + AI + React Dashboard + Docker Setup
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
# ──────────────────────────────────────────────────────────
|
||||
# مُصادَق (Musadaq) — Git Exclusions
|
||||
# ──────────────────────────────────────────────────────────
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
bower_components/
|
||||
.npm/
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Project specific
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.npm_cache/
|
||||
|
||||
# Flutter specific
|
||||
.dart_tool/
|
||||
.packages
|
||||
.pub-cache/
|
||||
.pub/
|
||||
build/
|
||||
ios/Flutter/Generated.xcconfig
|
||||
ios/Flutter/flutter_export_environment.sh
|
||||
macos/Flutter/ephemeral/
|
||||
android/app/local.properties
|
||||
android/app/GeneratedPluginRegistrant.java
|
||||
linux/flutter/ephemeral/
|
||||
windows/flutter/ephemeral/
|
||||
*.lock
|
||||
|
||||
# Docker
|
||||
docker-compose.override.yml
|
||||
Reference in New Issue
Block a user