mirror of
https://github.com/actions/setup-java.git
synced 2025-05-19 00:06:32 +00:00
Merge 4def5cc60c
into f4f1212c88
This commit is contained in:
commit
00825f7c5f
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,10 +1,12 @@
|
||||
|
|
||||
<<<
|
||||
# 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
|
||||
@ -13,9 +15,9 @@ npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
<<<
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
report.[a-y]*.[z-a]*.[0-9]*.[0-9]*.json
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
|
Loading…
Reference in New Issue
Block a user