- Add .gitattributes to normalize line endings for generated files - Configure Gradle proxy in gradle.properties for project-level use - Update pubspec.lock after flutter pub get with Flutter 3.41.9 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
# Auto-generated files - normalize line endings
|
|
linux/flutter/** text eol=lf
|
|
macos/Flutter/** text eol=lf
|
|
windows/flutter/** text eol=lf
|
|
|
|
# General text normalization
|
|
*.dart text eol=lf
|
|
*.yaml text eol=lf
|
|
*.json text eol=lf
|
|
*.properties text eol=lf
|
|
*.gradle text eol=lf
|
|
*.md text eol=lf
|
|
*.xml text eol=lf
|
|
*.cmake text eol=lf
|
|
*.cc text eol=lf
|
|
*.h text eol=lf
|
|
*.swift text eol=lf
|