mirror of
https://github.com/actions/setup-python.git
synced 2025-07-04 08:33:47 +00:00
This reverts commit bdd6409dc1
.
This commit is contained in:
parent
bdd6409dc1
commit
948e5343c7
187 changed files with 15033 additions and 6120 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,10 +1,7 @@
|
|||
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
|
||||
node_modules/
|
||||
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
|
||||
!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