Skip to content

Commit

Permalink
[nfc] add /.local/ to gitignore (#1037)
Browse files Browse the repository at this point in the history
* [nfc] add /.local/ to gitignore

I have several scripts and files related to workerd development that would be convenient to store under the workerd/ source folder. Designate /.local/ folder for that.
  • Loading branch information
mikea authored Aug 21, 2023
1 parent f9ce5c5 commit 36c9f6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.idea
.DS_Store

# directory for developers to store local resources
/.local/

/*.code-workspace

/rust-deps/target
Expand Down

0 comments on commit 36c9f6a

Please sign in to comment.