Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ migrate_working_dir/
*.iml
*.ipr
*.iws
.idea/
!.idea/copyright/Apache_2_0.xml
!.idea/copyright/profiles_settings.xml
!.idea/runConfigurations/example_lib_main_dart.xml
.idea/**/*

# 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
Expand Down Expand Up @@ -45,4 +48,4 @@ app.*.map.json
/android/app/release

# FVM Version Cache
.fvm/
.fvm/
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

1 change: 1 addition & 0 deletions .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.pub/
pubspec.lock
build/
.idea/
1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ app.*.map.json

# FVM Version Cache
.fvm/
!pubspec.lock
437 changes: 0 additions & 437 deletions flutter_nsd.iml

This file was deleted.

Loading