Files
OpenBB/desktop/.gitignore
Danglewood a08d5d75d0 [BugFix] Update openssl in cargo.toml and Remove dll and dylibs From Repo (#7478)
* 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
2026-04-23 21:46:03 +00:00

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