setup-clojure/.gitignore

20 lines
463 B
Plaintext
Raw Normal View History

2019-10-04 11:41:15 +02:00
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
2019-10-08 11:57:51 +02:00
node_modules
!node_modules/@actions/
!node_modules/semver/
!node_modules/tunnel/
!node_modules/typed-rest-client/
!node_modules/underscore/
!node_modules/uuid/
2019-10-04 11:41:15 +02:00
__tests__/runner/*
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.DS_Store