diff options
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6985cf1 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,14 @@ | |||
1 | # Generated by Cargo | ||
2 | # will have compiled files and executables | ||
3 | debug/ | ||
4 | target/ | ||
5 | |||
6 | # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
7 | # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
8 | Cargo.lock | ||
9 | |||
10 | # These are backup files generated by rustfmt | ||
11 | **/*.rs.bk | ||
12 | |||
13 | # MSVC Windows builds of rustc generate these, which store debugging information | ||
14 | *.pdb | ||
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f062819 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1 @@ | |||
# webol \ No newline at end of file | |||