From 3c3f66f970f76b928a802ff453be58fa95113cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EB=AF=BC=EC=84=9C?= <chlalstj1@ajou.ac.kr> Date: Sat, 7 Dec 2024 07:45:11 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08597c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Ignore build artifacts +*.o +charger + +# Backup and temporary files +*.swp +*.bak +*.tmp +*~ + +# MacOS-specific files +.DS_Store + +# Logs and debug files +*.log + +# Generated files +tags \ No newline at end of file -- GitLab