mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 14:03:15 +08:00
* update openssl in cargo.toml, and remove dll and dylibs from repo * cargo fmt * cargo clippy * cargo fmt again * unused-mut * adjust build.rs for test container * windows runner setup * fix masos linking * same treatment for sbom files
44 lines
610 B
Plaintext
Vendored
44 lines
610 B
Plaintext
Vendored
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
dist/
|
|
|
|
# Ruff cache
|
|
**/*.ruff_cache
|
|
|
|
# macOS
|
|
**/*.DS_Store
|
|
*.DS_Store
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Tanstack
|
|
.tanstack/
|
|
|
|
# Rust backup files
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds - debugging information
|
|
*.pdb
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
src-tauri/*.dll
|
|
|
|
src-tauri/frameworks/*
|
|
!src-tauri/frameworks/.gitkeep
|
|
|
|
# CycloneDX SBOMs are generated by CI workflows (cyclonedx-npm, cargo-cyclonedx)
|
|
# and stubbed locally by src-tauri/build.rs.
|
|
src-tauri/open-data-platform-SBOM-*.cdx.xml
|