mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 14:43:47 +00:00
Use ncc instead of saving node_modules
This commit is contained in:
parent
28a6c1b915
commit
9bdab6de30
178 changed files with 4809 additions and 13903 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
# 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 in the releases branch
|
||||
__tests__/runner/*
|
||||
|
||||
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue