File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments