Initial commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
// temporary stuff
|
||||||
|
*~
|
||||||
|
.idea
|
||||||
|
tmp
|
||||||
|
|
||||||
|
// Apple temporaries
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
// Generated by Cargo
|
||||||
|
Cargo.lock
|
||||||
|
target
|
||||||
|
|
||||||
|
// this will be auto-genearated with cargo-readme
|
||||||
|
**/README.md
|
||||||
|
README.md
|
||||||
|
|
||||||
|
// the render directories
|
||||||
|
# book
|
||||||
|
book
|
||||||
|
doc
|
||||||
|
|
||||||
|
// modules
|
||||||
|
wiki
|
||||||
Reference in New Issue
Block a user