A Rust CLI for publishing thought records. Designed to work with thought.stream.
at main 723 B view raw
1# Generated by Cargo 2# will have compiled files and executables 3debug/ 4target/ 5 6# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries 7# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html 8Cargo.lock 9 10# These are backup files generated by rustfmt 11**/*.rs.bk 12 13# MSVC Windows builds of rustc generate these, which store debugging information 14*.pdb 15 16# IDE files 17.vscode/ 18.idea/ 19*.swp 20*.swo 21 22# OS generated files 23.DS_Store 24.DS_Store? 25._* 26.Spotlight-V100 27.Trashes 28ehthumbs.db 29Thumbs.db 30 31# Logs 32*.log 33 34# Runtime test harness files 35testresults/ 36 37# Coverage reports 38tarpaulin-report.html 39lcov.info 40coverage/ 41 42# Profiling data 43*.profraw 44 45# Temporary files 46*~ 47*.tmp