commit a2a656f3e9c05213422c332fff3315fd5d899978 Author: Eric Date: Wed Mar 4 02:38:44 2026 +0000 Initial commit 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