-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (26 loc) · 1.28 KB
/
.gitattributes
File metadata and controls
31 lines (26 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ==============================================================================
# Git Attributes
# ==============================================================================
# ------------------------------------------------------------------------------
# Auto-generated files (Collapse in Diff / Exclude from Language Stats)
# ------------------------------------------------------------------------------
# Flutter / Dart
*.g.dart linguist-generated=true
*.freezed.dart linguist-generated=true
*.config.dart linguist-generated=true
*.gen.dart linguist-generated=true
*.mocks.dart linguist-generated=true
client/pubspec.lock linguist-generated=true
# Python
uv.lock linguist-generated=true
*.pyc linguist-generated=true
# Documentation
*.md linguist-documentation=true
docs/* linguist-documentation=true
# ------------------------------------------------------------------------------
# Line Endings (Consistency across Windows/Linux)
# ------------------------------------------------------------------------------
* text=auto eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf