forked from AcaMate/AcaMate_API
[✨] init_API GIT
This commit is contained in:
commit
5d3969449c
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
# 특정 환경에 따라 추가
|
||||||
|
./privacy/
|
||||||
|
./publish/
|
||||||
|
./bin/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 기본 파일 및 폴더 제외
|
||||||
|
*.log
|
||||||
|
*.env
|
||||||
|
*.DS_Store
|
||||||
|
*.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
|
||||||
|
*.log
|
||||||
|
*.cache
|
||||||
|
*.zip
|
||||||
|
*.nuget/
|
||||||
|
|
||||||
|
# Blazor 관련
|
||||||
|
**/wwwroot/_framework/
|
||||||
|
|
||||||
|
# Docker 관련
|
||||||
|
docker-compose.override.yml
|
||||||
|
.env
|
||||||
|
.Dockerfile
|
||||||
|
|
||||||
|
# 기타 캐시 파일
|
||||||
|
**/*.cache
|
||||||
|
**/*.tmp
|
Loading…
Reference in New Issue
Block a user