mirror of
https://github.com/actions/setup-java.git
synced 2025-05-19 08:16: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
|
# Ignore node_modules, ncc is used to compile nodejs modules into a single file
|
||||||
node_modules/
|
node_modules/
|
||||||
__tests__/runner/*
|
__tests__/runner/*
|
||||||
|
|
||||||
# Ignore js files that are transpiled from ts files in src/
|
# Ignore js files that are transpiled from ts files in src/
|
||||||
lib/
|
lib/
|
||||||
|
>>>
|
||||||
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
@ -13,9 +15,9 @@ npm-debug.log*
|
|||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
|
<<<
|
||||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
# 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
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
|
Loading…
Reference in New Issue
Block a user