diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-31 11:11:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-31 11:11:10 -0700 |
| commit | 198e396eadad704e96c9f37e24effc89a904f570 (patch) | |
| tree | d07bd792de9023196a95374ead0520e54995dbc2 /.gitignore | |
| parent | 21dac6646552dcacb68a0ad167723976f27b5c47 (diff) | |
Support cargo check (#1128)
- Based on code from @qti3e and @piscisaureus in #724 and #1125
respectively.
- TODO The DENO_BUILD_PATH env var must be supplied and must be an
absolute path, this restriction should be removed in future work.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 98b064c7e..ec7b96408 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # build /out/ +/target/ *.pyc gclient_config.py_entries Cargo.lock |
