Skip to content

Commit f2600b1

Browse files
committed
chore: add flutter plugins to .gitignore
- Add .flutter-plugins and .flutter-plugins-dependencies to .gitignore file - These files are specific to Flutter development and should not be tracked by Git
1 parent 439b81f commit f2600b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
.swiftpm/
1313
migrate_working_dir/
1414
.gemini/
15+
.flutter-plugins
16+
.flutter-plugins-dependencies
1517

1618
# IntelliJ related
1719
*.iml

0 commit comments

Comments
 (0)