Skip to content

Commit ad7bca7

Browse files
committed
[meta] do not publish github action workflow files
1 parent 601ff7a commit ad7bca7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.npmignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# gitignore
2+
node_modules
3+
**/node_modules
4+
5+
# Only apps should have lockfiles
6+
npm-shrinkwrap.json
7+
package-lock.json
8+
yarn.lock
9+
10+
# symlinked file used in tests
11+
test/resolver/symlinked/_/node_modules/package
12+
13+
.github/workflows

0 commit comments

Comments
 (0)