summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorfx <[email protected]>2023-10-08 23:28:10 +0200
committerfx <[email protected]>2023-10-08 23:28:10 +0200
commit920496c85bdf0d017eaf837cbacd136d7d828669 (patch)
tree78e0cd32933d214fd16ad18a333cf7f1ade5a754 /.gitignore
parent88bedad2d7c061b707e83d80aa6f0e51817586df (diff)
downloadwebol-920496c85bdf0d017eaf837cbacd136d7d828669.tar
webol-920496c85bdf0d017eaf837cbacd136d7d828669.tar.gz
webol-920496c85bdf0d017eaf837cbacd136d7d828669.zip
base web server
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 6985cf1..af9826a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,12 +3,10 @@
3debug/ 3debug/
4target/ 4target/
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
8Cargo.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