mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-02 12:48:36 +02:00
Fix build
This commit is contained in:
parent
ab09ae8fad
commit
bad0f7d376
4 changed files with 26624 additions and 9 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,10 +1,6 @@
|
|||
lib/
|
||||
# Dependency directory
|
||||
node_modules
|
||||
|
||||
.idea
|
||||
*.iml
|
||||
__tests__/runner/*
|
||||
|
||||
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
logs
|
||||
|
@ -93,3 +89,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