mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-05 05:12:20 +08:00
Fix build
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user