mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-27 08:31:04 +08:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
|
|
!node_modules/
|
|
__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 |