Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions {{ .ProjectSnake }}/.envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Allow users to bring their own variables
source_env_if_exists ".env"

# For orion gazelle extension
# Note: for direnv, $PWD is always the directory of the .envrc
export ORION_EXTENSIONS_DIR=$PWD/.aspect/gazelle/
Expand Down
11 changes: 2 additions & 9 deletions {{ .ProjectSnake }}/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# User-specific settings file for this repo
# User-specific settings file for this repo. May contain secrets such as API tokens.
user.bazelrc

# Don't check in lockfile for now. It is unstable.
# https://github.com/bazelbuild/bazel/issues/19026
# https://github.com/bazelbuild/bazel/issues/19621
# https://github.com/bazelbuild/bazel/issues/19971
# https://github.com/bazelbuild/bazel/issues/20272
# https://github.com/bazelbuild/bazel/issues/20369
MODULE.bazel.lock
.env

# Symlinks created by Bazel into the output tree
/bazel-*
Expand Down
Loading