From 08613dad776d066468363e0303ceceaf9d8001c9 Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Mon, 4 Nov 2024 14:50:29 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=9C=A8]=20init=5FWEB=20GIT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 8 ++++++++ 2 files changed, 66 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..842829d --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# 특정 환경에 따라 추가 +./privacy/ +./publish/ +publish/ +./bin/ + + + +# 기본 파일 및 폴더 제외 +*.log +*.env +*.bak +*.tmp +*.swp + +# macOS 관련 파일 제외 +._* +.DS_Store +.AppleDouble +.LSOverride +.Spotlight-V100 +.Trashes + +# Windows 관련 +Thumbs.db +ehthumbs.db +desktop.ini + +# Visual Studio 관련 +.vscode/ +.vs/ +*.suo +*.user +*.userosscache +*.sln.docstates + +# Rider 관련 +.idea/ +*.sln.iml + +# .NET 관련 +bin/ +obj/ +*.pdb +*.dll +*.exe +*.nuget/ + +# Blazor 관련 +**/wwwroot/_framework/ + +# Docker 관련 +docker-compose.override.yml +Dockerfile + +# 기타 캐시 파일 +**/*.cache +**/*.tmp \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..968bc44 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Web Client + +## Development Environment +### Skill +- Blazor WebAssembly +- HTML & CSS +### IDE +- JetBrains Rider \ No newline at end of file