chore: add .gitattributes, project proxy config and update dependencies
- 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>
This commit is contained in:
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user