diff options
| author | diogo464 <[email protected]> | 2025-07-16 10:46:41 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-07-16 10:46:41 +0100 |
| commit | f319d7ab5278a3cfb43d38875d81c28cc2dce1e1 (patch) | |
| tree | cb161fd990643e267bbc373fb09ccd7b689a23b5 /.gitignore | |
Initial commit - extracted urpc from monorepo
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a9c95e --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Rust build artifacts | ||
| 2 | /target/ | ||
| 3 | Cargo.lock | ||
| 4 | |||
| 5 | # IDE files | ||
| 6 | .vscode/ | ||
| 7 | .idea/ | ||
| 8 | *.swp | ||
| 9 | *.swo | ||
| 10 | *~ | ||
| 11 | |||
| 12 | # OS generated files | ||
| 13 | .DS_Store | ||
| 14 | .DS_Store? | ||
| 15 | ._* | ||
| 16 | .Spotlight-V100 | ||
| 17 | .Trashes | ||
| 18 | ehthumbs.db | ||
| 19 | Thumbs.db | ||
| 20 | |||
| 21 | # Test artifacts | ||
| 22 | hello.service \ No newline at end of file | ||
