mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-10 18:22:19 +03:00
af1f7f96fb
* implement leo account new --seed * implement leo account new --write * implement leo account import --write * gitignore
26 lines
234 B
Plaintext
26 lines
234 B
Plaintext
**/target
|
|
/tmp/
|
|
**.idea/
|
|
*.DS_Store
|
|
.vscode
|
|
leo.iml
|
|
|
|
**/process.yml
|
|
|
|
**/.crates.toml
|
|
**/.crates2.json
|
|
**/bin/
|
|
|
|
# sccache from pipeline
|
|
sccache*/
|
|
|
|
# Emacs gitignore files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# code coverage scripts
|
|
*.bat
|
|
|
|
# environment
|
|
.env |