Skip to content

Commit 28a530a

Browse files
authored
Create .gitattributes to improve language stats
1 parent f9cc9a9 commit 28a530a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Ignore build artifacts
2+
build/** linguist-generated
3+
4+
# Ignore native iOS/Android build tool files
5+
ios/Pods/** linguist-vendored
6+
android/.gradle/** linguist-generated
7+
android/build/** linguist-generated
8+
9+
# Ignore native desktop embedding code
10+
windows/** linguist-vendored
11+
linux/** linguist-vendored
12+
macos/** linguist-vendored
13+
14+
# Make Dart language count
15+
*.dart linguist-detectable
16+
17+
# Optional: Ignore IDE config folders
18+
.idea/** linguist-generated
19+
.vscode/** linguist-generated

0 commit comments

Comments
 (0)