Add initial commit
Copied from https://github.com/vsquad-gitea/pool-elo
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,16 +1,9 @@
|
||||
# ---> Rust
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
node_modules
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
dist
|
||||
target
|
||||
static
|
||||
pkg
|
||||
./Cargo.lock
|
||||
package-lock.json
|
||||
/data/
|
||||
|
||||
Reference in New Issue
Block a user