We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cc9a9 commit 28a530aCopy full SHA for 28a530a
.gitattributes
@@ -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