diff options
author | 2023-09-22 04:44:59 +0300 | |
---|---|---|
committer | 2023-09-21 18:44:59 -0700 | |
commit | 8684a590290b65a23626df67791d7b54eaf4ccaf (patch) | |
tree | 1a3ff5607783145c3b4c954751ed693ca6057bf4 | |
parent | b297fabd1786bbc72185b45aed3de1b08b7352e6 (diff) | |
download | bun-8684a590290b65a23626df67791d7b54eaf4ccaf.tar.gz bun-8684a590290b65a23626df67791d7b54eaf4ccaf.tar.zst bun-8684a590290b65a23626df67791d7b54eaf4ccaf.zip |
chore(git): ignore .envrc file (#5873)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ecc09f1e4..6f2ef8ed2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ packages/*/*.wasm profile.json node_modules +.envrc .swcrc yarn.lock dist @@ -133,4 +134,4 @@ src/js/out/DebugPath.h make-dev-stats.csv .uuid -tsconfig.tsbuildinfo
\ No newline at end of file +tsconfig.tsbuildinfo |