mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 05:13:08 +00:00
37 lines
293 B
Plaintext
37 lines
293 B
Plaintext
|
|
# Build artifacts
|
||
|
|
target/
|
||
|
|
**/target/
|
||
|
|
|
||
|
|
# RocksDB data
|
||
|
|
rocksdb/
|
||
|
|
**/rocksdb/
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# CI/CD
|
||
|
|
.github/
|
||
|
|
ci_scripts/
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
*.md
|
||
|
|
!README.md
|
||
|
|
|
||
|
|
# Configs (copy selectively if needed)
|
||
|
|
configs/
|
||
|
|
|
||
|
|
# License
|
||
|
|
LICENSE
|