Skip to content

Commit

Permalink
fix: apply git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
becooq81 committed Sep 3, 2024
1 parent 4d0d1cd commit 98c332b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 1,424 deletions.
16 changes: 6 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Created by https://www.toptal.com/developers/gitignore/api/flutter
# Edit at https://www.toptal.com/developers/gitignore?templates=flutter

### Flutter ###
# Flutter/Dart/Pub related
**/doc/api/
.idea/**
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
Expand All @@ -14,10 +11,6 @@
build/
coverage/
lib/generated_plugin_registrant.dart
# For library packages, don’t commit the pubspec.lock file.
# Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
# See https://dart.dev/guides/libraries/private-files#pubspeclock
#pubspec.lock

# Android related
**/android/**/gradle-wrapper.jar
Expand Down Expand Up @@ -58,11 +51,14 @@ lib/generated_plugin_registrant.dart
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*

# Windows-related
windows/**
linux/**
macos/**

# Exceptions to above rules.
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# End of https://www.toptal.com/developers/gitignore/api/flutter
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

Loading

0 comments on commit 98c332b

Please sign in to comment.