Skip to content

Commit

Permalink
Cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
francip committed Jun 8, 2024
1 parent fd229e0 commit f6e8a7a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 55 deletions.
53 changes: 24 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,48 @@ build/
# Android specific
**/android/**/build/
**/android/.gradle
**/android/gradlew
**/android/gradlew.bat
**/android/**/gradle-wrapper.jar
**/android/**/local.properties
**/android/**/GeneratedPluginRegistrant.java
**/android/app/google-services.json

# iOS specific
**/ios/**/Pods/
**/ios/**/.symlinks/
**/ios/**/Flutter/Flutter.framework
**/ios/**/Flutter/Flutter.podspec
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/flutter_export_environment.sh
**/ios/.generated/
**/ios/Runner.xcworkspace
**/ios/**/GeneratedPluginRegistrant.*
**/ios/**/xcuserdata
**/ios/Runner/GoogleService-Info.plist

# macOS specific
**/macos/**/Pods/
**/macos/**/.symlinks/
**/macos/**/Flutter/Flutter.framework
**/macos/**/Flutter/Flutter.podspec
**/macos/Flutter/Generated.xcconfig
**/macos/Flutter/flutter_export_environment.sh
**/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
**/macos/Flutter/ephemeral/flutter_export_environment.sh
**/macos/.generated/
**/macos/Runner.xcworkspace
**/macos/**/GeneratedPluginRegistrant.*

# Linux specific
**/linux/.dart_tool/
**/linux/flutter/
**/linux/GeneratedPluginRegistrant.*
**/linux/**/GeneratedPluginRegistrant.*

# Windows specific
**/windows/flutter/
**/windows/.dart_tool/
**/windows/GeneratedPluginRegistrant.*
**/windows/flutter/
**/windows/**/GeneratedPluginRegistrant.*

# Web specific
**/web/**/build/
Expand All @@ -69,35 +82,15 @@ build/
*.tmp
hs_err_pid*

#Servers
# Servers
backend/app-server/dist
src/recordings

#Apps
apps/AppWithWearable/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
apps/AppWithWearable/ios/Flutter/flutter_export_environment.sh
apps/AppWithWearable/ios/Runner/GeneratedPluginRegistrant.h
apps/AppWithWearable/ios/Runner/GeneratedPluginRegistrant.m
apps/AppWithWearable/macos/Flutter/ephemeral/flutter_export_environment.sh
apps/AppWithWearable/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
apps/AppStandalone/ios/Runner.xcodeproj/project.xcworkspace/xcuserdata
apps/AppStandalone/ios/Runner.xcodeproj/xcuserdata

# Apps
apps/AppStandalone/lib/firebase_options.dart
apps/AppStandalone/firebase.json
apps/AppStandalone/android/app/google-services.json
apps/AppStandalone/ios/Runner/GoogleService-Info.plist
apps/AppStandalone/lib/env/env.g.dart
apps/AppStandalone/ios/Flutter/flutter_export_environment.sh
apps/AppStandalone/ios/Runner/GeneratedPluginRegistrant.h
apps/AppStandalone/ios/Runner/GeneratedPluginRegistrant.m
apps/AppStandalone/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java

*/*xcschememanagement.plist
*/android/app/google-services.json
*/ios/Runner/GoogleService-Info.plist

#Solidworks models

# Solidworks models
*.SLDPRT
*.SLDASM
**/classic_triangle/old outdated history (but gold)/
Expand All @@ -112,7 +105,9 @@ apps/AppStandalone/android/app/src/main/java/io/flutter/plugins/GeneratedPluginR
test/recordings

#Flutter

env.g.dart
*/upload-keystore.jks
*/key.properties
*/key.properties

# Jekyll
docs/_site/
Binary file not shown.
26 changes: 0 additions & 26 deletions apps/AppWithWearable/macos/Flutter/GeneratedPluginRegistrant.swift

This file was deleted.

0 comments on commit f6e8a7a

Please sign in to comment.