chore(git): ignore local build artifacts

This commit is contained in:
Marco Allegretti 2026-01-29 00:18:28 +01:00
parent 910a6465f2
commit d90a95f4ec
2 changed files with 7 additions and 5 deletions

7
.gitignore vendored
View file

@ -3,6 +3,12 @@
**/*.rs.bk
Cargo.lock
# Additional local Rust build artifacts
/backend/target-*/
/backend/target-test*/
/backend/target-clippy-*/
/backend/target_test_*/
# Node
/frontend/node_modules/
/frontend/dist/
@ -16,6 +22,7 @@ backend/.env
# Development state
.dev/
scripts/.dev/
# IDE
.idea/

View file

@ -1,5 +0,0 @@
{
"frontendPid": 7820,
"backendPid": 1620,
"startedAt": "2026-01-27T15:04:02.0905073+01:00"
}