Skip to content

Commit 20a8bd7

Browse files
authored
Update .gitattributes
1 parent 77b1e44 commit 20a8bd7

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.gitattributes

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1+
# Ignore build artifacts
2+
build/** linguist-generated
13

2-
android/app/src/main/java/* linguist-vendored
3-
android/app/src/main/kotlin/* linguist-vendored
4+
# Ignore native iOS/Android build tool files
5+
ios/Pods/** linguist-vendored
6+
android/.gradle/** linguist-generated
7+
android/build/** linguist-generated
48

5-
ios/Runner/* linguist-vendored
6-
ios/Flutter/* linguist-vendored
9+
# Ignore native desktop embedding code
10+
windows/** linguist-vendored
11+
linux/** linguist-vendored
12+
macos/** linguist-vendored
713

8-
# Exclude generated files (optional but recommended)
9-
build/* linguist-generated
10-
.flutter-plugins-dependencies linguist-generated
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)