diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-12 05:16:41 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-12 05:16:41 +0200 |
| commit | dd48f8095c3357e6ec0e66042141c4e342707da5 (patch) | |
| tree | 2f10e1497cf152e5c38c617f8babca94af52d965 /.gitignore | |
| parent | 0f71da91d319f1fdb297e096342ac45528544aa1 (diff) | |
Simplify pbjs build with hack.
Just check in the generated files and create them using
js/pbjs_hack.py. This allows vscode to be used and sane
compilations.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9a5e8f727..0c09b13cd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ dist/ deno assets.go msg.pb.go -msg.pb.js -msg.pb.d.ts +/msg.pb.js +/msg.pb.d.ts |
