Skip to content

Commit

Permalink
updated the gitignore rules
Browse files Browse the repository at this point in the history
-removed unnecessary rules
-moved some rules from root to example folder
  • Loading branch information
vinicentus committed Mar 18, 2021
1 parent 6aab20b commit 97d0ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
build/
ios/.generated/
.packages
# TODO: document why we don't want this file
pubspec.lock
.flutter-plugins
.vscode/
Expand All @@ -11,19 +12,3 @@ GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
GeneratedPluginRegistrant.java
ios/Flutter/Generated.xcconfig

# Temp files in Example
/example/.DS_Store
/example/.atom/
/example/.idea
/example/.packages
/example/.pub/
/example/build/
/example/ios/.generated/
/example/packages
/example/pubspec.lock
/example/.flutter-plugins
/example/.vscode/
/example/.flutter-plugins-dependencies
/example/ios/Flutter/flutter_export_environment.sh
/example/ios/Flutter/Flutter.podspec
4 changes: 3 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
**/doc/api/
Expand All @@ -30,6 +30,8 @@
.pub-cache/
.pub/
/build/
# TODO: document why we don't want this file
pubspec.lock

# Web related
lib/generated_plugin_registrant.dart
Expand Down

0 comments on commit 97d0ff5

Please sign in to comment.