-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged commit includes the following changes:
518755282 by Waymo Research: Internal change 518691042 by Waymo Research: Re-write package build rules/scripts from scratch. Minor fixes for tutorials Rename third_party into wdl_limited Move all source code into src folder. -- PiperOrigin-RevId: 518755282
- Loading branch information
Waymo Research
authored and
Alexander Gorban
committed
Mar 23, 2023
1 parent
a7ff34e
commit 9d0be7c
Showing
360 changed files
with
2,383 additions
and
3,839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Ignore backup files. | ||
*~ | ||
# Ignore Vim swap files. | ||
.*.swp | ||
# Ignore files generated by IDEs. | ||
.aswb/ | ||
.cache/ | ||
.classpath | ||
.clwb/ | ||
.factorypath | ||
.idea/ | ||
.ijwb/ | ||
.project | ||
.settings | ||
.vscode/ | ||
venv/ | ||
.venv/ | ||
bazel.iml | ||
# Ignore all bazel-* symlinks. There is no full list since this can change | ||
# based on the name of the directory bazel is cloned into. | ||
bazel-* | ||
# Ignore outputs generated during Bazel bootstrapping. | ||
output/ | ||
# Ignore jekyll build output. | ||
production | ||
.sass-cache | ||
# User-specific .bazelrc | ||
user.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.