Skip to content

Commit

Permalink
Rust rewrite; version 0.4.0.alpha.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Apr 13, 2022
1 parent cfbb111 commit 44cbd5f
Show file tree
Hide file tree
Showing 49 changed files with 2,756 additions and 2,970 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/Dockerfile
21 changes: 4 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
# Build artifacts.
dumpy
dumpy.test
*~
/dist/
*-packr.go

# Running artifacts.
*.pem
dumpy.yaml*

# IntelliJ files.
*.iml
/target
/.idea

# Thirdy party packages.
/dumpy.iml
/dumpy.yaml*
/*.pem
/vendor
/node_modules
/www/vendor
Loading

0 comments on commit 44cbd5f

Please sign in to comment.