mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 12:34:14 +00:00
Configure ncc and remove node_modules
This commit is contained in:
parent
9557e68f0c
commit
66e61f647e
183 changed files with 4780 additions and 14056 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +1,10 @@
|
|||
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
|
||||
!node_modules/
|
||||
# Ignore node_modules, ncc is used to compile nodejs modules into a single file
|
||||
node_modules/
|
||||
__tests__/runner/*
|
||||
|
||||
# Ignore js files that are transpiled from ts files in src/
|
||||
lib/
|
||||
|
||||
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue