Skip to content

Commit 586f3b5

Browse files
Copilot0xrinegade
andcommitted
Add Copilot instructions and .gitignore
Co-authored-by: 0xrinegade <[email protected]>
1 parent 8f67055 commit 586f3b5

File tree

2,085 files changed

+262
-25498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,085 files changed

+262
-25498
lines changed

.github/copilot-instructions.md

Lines changed: 240 additions & 0 deletions

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Rust build artifacts
2+
/target/
3+
**/*.rs.bk
4+
*.pdb
5+
6+
# Cargo lock for applications (uncomment if needed for libraries)
7+
# Cargo.lock
8+
9+
# IDEs
10+
.vscode/
11+
.idea/
12+
*.swp
13+
*.swo
14+
*~
15+
16+
# OS
17+
.DS_Store
18+
Thumbs.db
19+
20+
# Test coverage
21+
*.profraw
22+
cobertura.xml

target/.rustc_info.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

target/CACHEDIR.TAG

Lines changed: 0 additions & 3 deletions
This file was deleted.

target/debug/.cargo-lock

Whitespace-only changes.
-14 Bytes
Binary file not shown.

target/debug/.fingerprint/aead-a95daeb4d977636f/invoked.timestamp

Lines changed: 0 additions & 1 deletion
This file was deleted.

target/debug/.fingerprint/aead-a95daeb4d977636f/lib-aead

Lines changed: 0 additions & 1 deletion
This file was deleted.

target/debug/.fingerprint/aead-a95daeb4d977636f/lib-aead.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
-14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)