mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-05 07:46:11 +02:00
Merge branch 'master' into releases/v1
This commit is contained in:
commit
e561eefa28
8 changed files with 139 additions and 48 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,10 @@
|
|||
__tests__/runner/*
|
||||
!lib/
|
||||
!node_modules
|
||||
|
||||
.idea
|
||||
*.iml
|
||||
__tests__/runner/*
|
||||
|
||||
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
|
@ -42,7 +47,6 @@ bower_components
|
|||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
!node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue