diff options
author | fx <[email protected]> | 2023-10-08 23:28:10 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-08 23:28:10 +0200 |
commit | 920496c85bdf0d017eaf837cbacd136d7d828669 (patch) | |
tree | 78e0cd32933d214fd16ad18a333cf7f1ade5a754 /.gitignore | |
parent | 88bedad2d7c061b707e83d80aa6f0e51817586df (diff) | |
download | webol-920496c85bdf0d017eaf837cbacd136d7d828669.tar webol-920496c85bdf0d017eaf837cbacd136d7d828669.tar.gz webol-920496c85bdf0d017eaf837cbacd136d7d828669.zip |
base web server
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,12 +3,10 @@ | |||
3 | debug/ | 3 | debug/ |
4 | target/ | 4 | target/ |
5 | 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 | 6 | # These are backup files generated by rustfmt |
11 | **/*.rs.bk | 7 | **/*.rs.bk |
12 | 8 | ||
13 | # MSVC Windows builds of rustc generate these, which store debugging information | 9 | # MSVC Windows builds of rustc generate these, which store debugging information |
14 | *.pdb | 10 | *.pdb |
11 | |||
12 | .idea \ No newline at end of file | ||