Skip to content

Commit 9f84b99

Browse files
committed
[meta] do not publish github action workflow files
1 parent d1d1da6 commit 9f84b99

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.npmignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# gitignore
2+
3+
lib-cov
4+
*.seed
5+
*.log
6+
*.csv
7+
*.dat
8+
*.out
9+
*.pid
10+
*.gz
11+
12+
pids
13+
logs
14+
results
15+
16+
npm-debug.log
17+
node_modules
18+
19+
# Only apps should have lockfiles
20+
yarn.lock
21+
npm-shrinkwrap.json
22+
package-lock.json
23+
24+
coverage/
25+
.nyc_output/
26+
27+
.github/workflows

0 commit comments

Comments
 (0)