Skip to content

Commit e25ab07

Browse files
committed
Merge branch 'dev-v0.0.1' into docker-dev
2 parents edf4ff6 + f9d74bb commit e25ab07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3571
-1063
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/target
2-
*/target/
2+
crates/*/target/
33

44
### Tags ###
55
# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
@@ -33,7 +33,6 @@ cscope.po.out
3333

3434
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
3535
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
36-
Cargo.lock
3736

3837
# These are backup files generated by rustfmt
3938
**/*.rs.bk

0 commit comments

Comments
 (0)