mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Added missing required newline at end of some `.gitignore` files. All other `.gitignore` files ends with a newline except the changed ones, hence the PR. > *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* **Not listing any issues because of trivial fixes as mentioned above.**
39 lines
419 B
Plaintext
39 lines
419 B
Plaintext
.idea/
|
|
.vagrant/
|
|
.sconsign.dblite
|
|
.svn/
|
|
|
|
.DS_Store
|
|
*.swp
|
|
profile
|
|
|
|
DerivedData/
|
|
build/
|
|
GeneratedPluginRegistrant.h
|
|
GeneratedPluginRegistrant.m
|
|
|
|
.generated/
|
|
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
|
|
!default.pbxuser
|
|
!default.mode1v3
|
|
!default.mode2v3
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.moved-aside
|
|
|
|
*.pyc
|
|
*sync/
|
|
Icon?
|
|
.tags*
|
|
|
|
/Flutter/Generated.xcconfig
|
|
/Flutter/ephemeral/
|
|
/Flutter/flutter_export_environment.sh
|