52 lines
999 B
Plaintext
52 lines
999 B
Plaintext
# ──────────────────────────────────────────────────────────
|
|
# مُصادَق (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
|