diff options
| author | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-04 20:59:35 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <20992787+MatthieuCoder@users.noreply.github.com> | 2021-08-04 20:59:35 +0400 |
| commit | e9812664f81fd3cba7e8fd88e3a8464c0863447f (patch) | |
| tree | 20a5bf653e1df87c73f20aef8dbb8ed8cb610616 /.gitignore | |
| parent | 57217597da9fe6a3cb73110b0c735cf34def8d67 (diff) | |
Basic structure for the project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1004d8f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bazel-* +.bazelrc
\ No newline at end of file |
