project restructure with Rust workspaces
This commit is contained in:
parent
3ffbe876f3
commit
09f72622bc
428 changed files with 19372 additions and 6061 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
|
@ -20,4 +20,32 @@ lerna-debug.log*
|
|||
*.sw?
|
||||
|
||||
# Etc
|
||||
psd
|
||||
psd
|
||||
list.py
|
||||
tree.txt
|
||||
|
||||
# Rust / Cargo 🔧
|
||||
# Ignore Cargo build output, generated files, and common Rust artifacts
|
||||
/target/
|
||||
**/target/
|
||||
/target/doc/
|
||||
|
||||
# Binaries and dynamic libraries
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Static libraries
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Rust compilation artifacts
|
||||
*.rlib
|
||||
*.rmeta
|
||||
|
||||
# Backup files and editor temp files
|
||||
*.rs.bk
|
||||
|
||||
# Ignore packaged crates
|
||||
*.crate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue