You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-24 07:39:07 +07:00
This reverts commit bdd6409dc1
.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user