Skip to content

Commit 9fcf9a2

Browse files
authored
Merge pull request #264 from openSVM/copilot/fix-61ce1f52-d43c-4fc5-8502-1813e5b2f744
Copilot/fix 61ce1f52 d43c 4fc5 8502 1813e5b2f744
2 parents c840dbb + a8e3d4f commit 9fcf9a2

File tree

389 files changed

+563094
-4834
lines changed

Some content is hidden

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

389 files changed

+563094
-4834
lines changed

.cline_rules

Lines changed: 781 additions & 22 deletions
Large diffs are not rendered by default.

.dockerignore.offline

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Allow target/release/osvm for offline build
2+
.git/
3+
.github/
4+
Dockerfile*
5+
docker-compose*
6+
.dockerignore*
7+
README.md
8+
.gitignore
9+
*.md
10+
.env*
11+
.vscode/
12+
.idea/
13+
*.tmp
14+
*.log
15+
tests/
16+
examples/
17+
*.yml
18+
*.yaml
19+
.cline_rules
20+
.devcontainer/
21+
CNAME
22+
index.html
23+
*.sh
24+
*.ps1
25+
*.py
26+
INSTALLATION.md
27+
LICENSE
28+
Makefile*
29+
pre-commit
30+
*.toml
31+
!Cargo.toml
32+
!rust-toolchain.toml
33+
validate_full_history.sh
34+
# Keep only the release binary
35+
target/debug/
36+
target/deps/
37+
target/build/
38+
target/.fingerprint/
39+
target/CACHEDIR.TAG
40+
target/release/build/
41+
target/release/deps/
42+
target/release/examples/
43+
target/release/incremental/
44+
target/release/.fingerprint/
45+
target/release/*.d
46+
target/release/*.rlib
47+
# Keep only osvm binary
48+
!target/release/osvm

0 commit comments

Comments
 (0)