mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-27 08:31:04 +08:00
20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
|
|
node_modules
|
|
!node_modules/@actions/
|
|
!node_modules/semver/
|
|
!node_modules/tunnel/
|
|
!node_modules/typed-rest-client/
|
|
!node_modules/underscore/
|
|
!node_modules/uuid/
|
|
__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 |