Skip to content

Commit 8d921b1

Browse files
committed
💚 updated gitignore
1 parent 35bd461 commit 8d921b1

File tree

13 files changed

+772
-955
lines changed

13 files changed

+772
-955
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
.dart_tool/
3-
.idea
43

54
.packages
65
.pub/
@@ -10,10 +9,11 @@ ios/.generated/
109
ios/Flutter/Generated.xcconfig
1110
ios/Runner/GeneratedPluginRegistrant.*
1211

13-
*.iml // IntelliJ
14-
*.ipr // IntelliJ
15-
*.iws // IntelliJ
16-
.idea/ // IntelliJ
12+
# IntelliJ
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea
1717

1818
doc/api/
1919

0 commit comments

Comments
 (0)