New rocket.rs app
This commit is contained in:
parent
268dd63423
commit
14641b7696
10 changed files with 1480 additions and 84 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -34,3 +34,20 @@ _testmain.go
|
|||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
|
||||
#Added by cargo
|
||||
#
|
||||
#already existing elements are commented out
|
||||
|
||||
/target
|
||||
**/*.rs.bk
|
||||
|
||||
|
||||
#Added by cargo
|
||||
#
|
||||
#already existing elements were commented out
|
||||
|
||||
#/target
|
||||
|
||||
TAGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue