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 56ad3d9 commit e1cda2bCopy full SHA for e1cda2b
pkgs/native_toolchain_c/.gitignore
@@ -1,3 +1,5 @@
1
+# KEEP IN SYNC WITH .pubignore
2
+
3
# https://dart.dev/guides/libraries/private-files
4
# Created by `dart pub`
5
.dart_tool/
pkgs/native_toolchain_c/.pubignore
@@ -0,0 +1,14 @@
+# KEEP IN SYNC WITH .gitignore
+# https://dart.dev/guides/libraries/private-files
+# Created by `dart pub`
+.dart_tool/
6
7
+# Avoid committing pubspec.lock for library packages; see
8
+# https://dart.dev/guides/libraries/private-files#pubspeclock.
9
+pubspec.lock
10
11
+coverage/
12
13
+# Additional pub ignores
14
+test/
0 commit comments