Update template .gitignore rules (#15382)
* Update template .gitignore rules * Remove old packages rule * Remove IDE folders from gitignore templates * Prefer ios.tmpl/.gitignore
This commit is contained in:
parent
cdc68a73e6
commit
da4e06bbca
@ -1,11 +1,9 @@
|
||||
.DS_Store
|
||||
.atom/
|
||||
.dart_tool/
|
||||
.idea
|
||||
.vscode/
|
||||
|
||||
.packages
|
||||
.pub/
|
||||
|
||||
build/
|
||||
ios/.generated/
|
||||
packages
|
||||
|
||||
.flutter-plugins
|
||||
|
@ -12,6 +12,8 @@ build/
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
.generated/
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
*.mode2v3
|
||||
|
@ -1,7 +1,10 @@
|
||||
.DS_Store
|
||||
.atom/
|
||||
.dart_tool/
|
||||
.idea
|
||||
|
||||
.packages
|
||||
.pub/
|
||||
packages
|
||||
|
||||
build/
|
||||
ios/.generated/
|
||||
ios/Flutter/Generated.xcconfig
|
||||
ios/Runner/GeneratedPluginRegistrant.*
|
||||
|
@ -1,10 +1,8 @@
|
||||
.DS_Store
|
||||
.atom/
|
||||
.dart_tool/
|
||||
.idea
|
||||
|
||||
.packages
|
||||
.pub/
|
||||
build/
|
||||
ios/.generated/
|
||||
packages
|
||||
pubspec.lock
|
||||
|
||||
build/
|
||||
|
@ -9,6 +9,10 @@ profile
|
||||
|
||||
DerivedData/
|
||||
build/
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
.generated/
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
@ -29,3 +33,4 @@ xcuserdata
|
||||
Icon?
|
||||
.tags*
|
||||
|
||||
/Flutter/Generated.xcconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user