From eda4eb5c007965e93df78f3c740a983107afda4e Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 02:38:44 +0000 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ README.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cb4ed7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Bazel +# gitignore template for Bazel build system +# website: https://bazel.build/ + +# 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-* + +# Directories for the Bazel IntelliJ plugin containing the generated +# IntelliJ project files and plugin configuration. Seperate directories are +# for the IntelliJ, Android Studio and CLion versions of the plugin. +/.ijwb/ +/.aswb/ +/.clwb/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c174f5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rules_bun + +Bazel rules for bun \ No newline at end of file