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
36d51a403a
33 changed files with 5555 additions and 2717 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -2,10 +2,6 @@ __tests__/runner/*
|
|||
!lib/
|
||||
!node_modules
|
||||
|
||||
.idea
|
||||
*.iml
|
||||
__tests__/runner/*
|
||||
|
||||
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
logs
|
||||
|
@ -94,3 +90,14 @@ typings/
|
|||
|
||||
# DynamoDB Local files
|
||||
.dynamodb/
|
||||
|
||||
# OS metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Ignore built ts files
|
||||
__tests__/runner/*
|
||||
# lib/**/*
|
||||
|
||||
.idea/
|
||||
*.iml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue