mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 08:11:07 -05:00
better .gitignore
This commit is contained in:
parent
76166f0035
commit
8337949d80
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,5 +1,9 @@
|
||||||
__tests__/runner/*
|
|
||||||
lib/
|
lib/
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
__tests__/runner/*
|
||||||
|
|
||||||
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
# Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||||
# Logs
|
# Logs
|
||||||
|
@ -42,7 +46,6 @@ bower_components
|
||||||
build/Release
|
build/Release
|
||||||
|
|
||||||
# Dependency directories
|
# Dependency directories
|
||||||
node_modules/
|
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
|
|
||||||
# TypeScript v1 declaration files
|
# TypeScript v1 declaration files
|
||||||
|
|
Loading…
Reference in a new issue