Skip to content

Commit

Permalink
Update .gitignore & .metadata (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 24, 2022
1 parent d41e2f0 commit cde5f5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
Expand All @@ -18,7 +19,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,9 +31,14 @@
.pub-cache/
.pub/
/build/
# If you're building an application, you may want to check-in your pubspec.lock
/coverage/
pubspec.lock

# Linux related
generated_plugin_registrant.*
generated_plugins.cmake
**/flutter/ephemeral/

# Web related
lib/generated_plugin_registrant.dart

Expand All @@ -47,4 +53,5 @@ app.*.map.json
/android/app/profile
/android/app/release

.vscode/
# Goldens
test/**/failures/*.png
6 changes: 3 additions & 3 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: 45a6bb71c7208c42a4f9430588f62d39564fe321
channel: master
revision: d9111f64021372856901a1fd5bfbc386cade3318
channel: stable

project_type: app
project_type: package

0 comments on commit cde5f5b

Please sign in to comment.