diff options
| author | 2023-04-28 00:28:48 +0800 | |
|---|---|---|
| committer | 2023-04-28 00:28:48 +0800 | |
| commit | 045368bb7ce3a706e3930ecb2aa409d10497864d (patch) | |
| tree | 962d1848992a80e5f8a53b9cf0cc5410f4d9335f /.gitignore | |
| parent | b992e50faf69e6f9e2d17385c0b05191e29bd49c (diff) | |
| download | HydroRoll-045368bb7ce3a706e3930ecb2aa409d10497864d.tar.gz HydroRoll-045368bb7ce3a706e3930ecb2aa409d10497864d.zip | |
Diffstat (limited to '.gitignore')
| -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 |
