-
Notifications
You must be signed in to change notification settings - Fork 253
Feat/webhooks #5647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat/webhooks #5647
Changes from all commits
b5914dd
036dca6
9b960ad
964bc29
0f12cec
fe56802
bbb20da
8306936
e54d204
c6b4742
3c5f349
bda089e
6c05cf9
f036d7b
0552a37
bc7fade
f7124a1
333bd63
31dbb58
586ddf0
95891de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| flake-profile-2-link | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| /nix/store/pknafnv7zx67x4misiglnnvbj3sgm30r-nix-shell-env |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,6 +37,8 @@ frontend/build/ | |
| .idea/ | ||
| *.swp | ||
| *.swo | ||
| .envrc | ||
| flake-profile* | ||
|
|
||
| # OS | ||
| .DS_Store | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟠 Medium · Local nix development environment files are committed
This symlink (and
.direnv/flake-profile-2-link, which points at a machine-specific/nix/store/...path) is a local direnv artifact that is broken for anyone else. The same PR adds.envrcandflake-profile*to.gitignoreprecisely to keep these files out, yet they are committed anyway.flake.nix,flake.lock, andrust-toolchain.tomlcome from the "chore: setup nix development env" commits and are likewise local environment setup;rust-toolchain.tomladditionally forceschannel = "stable"on every rustup-based contributor's build.Drop these files from the PR and let the new
.gitignoreentries keep them out.