forked from AcaMate/AcaMate_API
[📝] gitignore
This commit is contained in:
parent
5d3969449c
commit
a349843cff
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,15 +1,14 @@
|
|||
# 특정 환경에 따라 추가
|
||||
./privacy/
|
||||
./publish/
|
||||
publish/
|
||||
./bin/
|
||||
|
||||
|
||||
|
||||
|
||||
# 기본 파일 및 폴더 제외
|
||||
*.log
|
||||
*.env
|
||||
*.DS_Store
|
||||
*.bak
|
||||
*.tmp
|
||||
*.swp
|
||||
|
@ -18,7 +17,6 @@
|
|||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
|
@ -45,9 +43,6 @@ obj/
|
|||
*.pdb
|
||||
*.dll
|
||||
*.exe
|
||||
*.log
|
||||
*.cache
|
||||
*.zip
|
||||
*.nuget/
|
||||
|
||||
# Blazor 관련
|
||||
|
@ -55,9 +50,8 @@ obj/
|
|||
|
||||
# Docker 관련
|
||||
docker-compose.override.yml
|
||||
.env
|
||||
.Dockerfile
|
||||
Dockerfile
|
||||
|
||||
# 기타 캐시 파일
|
||||
**/*.cache
|
||||
**/*.tmp
|
||||
**/*.tmp
|
Loading…
Reference in New Issue
Block a user