Skip to content

Commit

Permalink
[#195] gitignore 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Dec 20, 2024
1 parent 12a90b5 commit 663bce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ test.json

*.zip

*.http
*.http

*.pem
1 change: 1 addition & 0 deletions rupring/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub(crate) mod route;
use std::collections::HashMap;
use std::convert::Infallible;
use std::error::Error;

use std::net::SocketAddr;
use std::sync::atomic::AtomicBool;
use std::sync::atomic::AtomicU64;
Expand Down

0 comments on commit 663bce9

Please sign in to comment.