Initial commit
This commit is contained in:
commit
14210d0027
10 changed files with 4855 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# This gitignore is a whitelist. Inspired by https://rgbcu.be/blog/gitignore
|
||||
|
||||
*
|
||||
|
||||
!.gitignore
|
||||
!Cargo.toml
|
||||
!Cargo.lock
|
||||
!config.yaml.example
|
||||
!src/
|
||||
!src/*.rs
|
||||
!src/**/*.rs
|
||||
!*.md
|
||||
!LICENSE*
|
||||
Loading…
Add table
Add a link
Reference in a new issue