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
|
.DS_Store
|
||||||
.atom/
|
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
.idea
|
|
||||||
.vscode/
|
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
|
|
||||||
build/
|
build/
|
||||||
ios/.generated/
|
|
||||||
packages
|
|
||||||
.flutter-plugins
|
.flutter-plugins
|
||||||
|
@ -12,6 +12,8 @@ build/
|
|||||||
GeneratedPluginRegistrant.h
|
GeneratedPluginRegistrant.h
|
||||||
GeneratedPluginRegistrant.m
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
|
.generated/
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
*.mode2v3
|
*.mode2v3
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
.idea
|
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
packages
|
|
||||||
|
build/
|
||||||
|
ios/.generated/
|
||||||
|
ios/Flutter/Generated.xcconfig
|
||||||
|
ios/Runner/GeneratedPluginRegistrant.*
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
.idea
|
|
||||||
.packages
|
.packages
|
||||||
.pub/
|
.pub/
|
||||||
build/
|
|
||||||
ios/.generated/
|
|
||||||
packages
|
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
|
|
||||||
|
build/
|
||||||
|
@ -9,6 +9,10 @@ profile
|
|||||||
|
|
||||||
DerivedData/
|
DerivedData/
|
||||||
build/
|
build/
|
||||||
|
GeneratedPluginRegistrant.h
|
||||||
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
|
.generated/
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -29,3 +33,4 @@ xcuserdata
|
|||||||
Icon?
|
Icon?
|
||||||
.tags*
|
.tags*
|
||||||
|
|
||||||
|
/Flutter/Generated.xcconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user