mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 01:08:21 +02:00
Cleanup
This commit is contained in:
parent
bbc52402b0
commit
3d91cc2674
4 changed files with 614 additions and 45 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,10 @@
|
|||
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
|
||||
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