Skip to content

Commit e1cda2b

Browse files
committed
Try not publishing test/
1 parent 56ad3d9 commit e1cda2b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

pkgs/native_toolchain_c/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# KEEP IN SYNC WITH .pubignore
2+
13
# https://dart.dev/guides/libraries/private-files
24
# Created by `dart pub`
35
.dart_tool/

pkgs/native_toolchain_c/.pubignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# KEEP IN SYNC WITH .gitignore
2+
3+
# https://dart.dev/guides/libraries/private-files
4+
# Created by `dart pub`
5+
.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

Comments
 (0)