forked from AcaMate/AcaMate_Web
[📝] .gitignore 수정
This commit is contained in:
parent
0920344832
commit
32af4df1ec
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,11 +1,17 @@
|
||||||
# 특정 환경에 따라 추가
|
# 특정 환경에 따라 추가
|
||||||
|
/private/
|
||||||
|
/publish/
|
||||||
|
/bin/
|
||||||
|
/obj/
|
||||||
|
|
||||||
|
./private/
|
||||||
./privacy/
|
./privacy/
|
||||||
./publish/
|
./publish/
|
||||||
publish/
|
|
||||||
./bin/
|
./bin/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 기본 파일 및 폴더 제외
|
# 기본 파일 및 폴더 제외
|
||||||
*.log
|
*.log
|
||||||
*.env
|
*.env
|
||||||
|
@ -14,6 +20,7 @@ publish/
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
# macOS 관련 파일 제외
|
# macOS 관련 파일 제외
|
||||||
|
._
|
||||||
._*
|
._*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
|
|
Loading…
Reference in New Issue
Block a user