Skip to content
Merged
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ profile.json.gz
# Clang compilation database (https://clang.llvm.org/docs/JSONCompilationDatabase.html)
compile_commands.json

# Commands
/justfile

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i suspect you wanted to do this without the /

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

justfile only works if it is in the current directory, so this was on purpose (dont want these all over the place)


# AI Agents
.claude
.opencode
Expand Down
Loading