diff options
| -rw-r--r-- | .gitignore | 58 |
1 files changed, 57 insertions, 1 deletions
@@ -129,4 +129,60 @@ dmypy.json # Project .idea -.vscode
\ No newline at end of file +.vscode + +.idea/ +.next/ +.store/ +.turbo/ +data/ +dist/ +node_modules/ +target/ +tests_output/ +vendor/ +/out/ +coverage/ + +*.tsbuildinfo +.eslintcache +*.node +graph*.html + +# not pnpm +.pnp.* +.yarn/* + +# generated by cargo xtask publish +packages/node-module-trace/npm +artifacts +.turbo +.vercel +.DS_Store +.env +vendor/ +data +*.log +todos.md +.store +.npmrc +!examples/**/.npmrc +.idea +cli/libturbo.a +cli/libturbo.h + +go-artifacts +rust-artifacts + +# CI +sweep.timestamp + +crates/turborepo-ffi/bindings.h +crates/turborepo-ffi/ffi/proto/* +cli/internal/ffi/libturborepo_ffi*.a + +# Prysk test error files +*.t.err +*.t.rej +*.t.orig +.cram_env
\ No newline at end of file |
