예외 수정
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -16,6 +16,24 @@ application/logs/*
|
|||||||
!application/logs/.htaccess
|
!application/logs/.htaccess
|
||||||
/vendor/
|
/vendor/
|
||||||
|
|
||||||
|
# 1. VS Code 설정
|
||||||
|
.vscode/
|
||||||
|
|
||||||
git config --global user.name "jjstyle"
|
# 2. 빌드 결과물 및 임시 파일
|
||||||
git config --global user.email "jjstyle@owra.net"
|
/dist
|
||||||
|
/build
|
||||||
|
/out
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# 3. Node.js (가장 흔하게 사용되는 예시 중 하나)
|
||||||
|
/node_modules
|
||||||
|
|
||||||
|
# 4. 운영체제 파일
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# 5. 민감 정보 파일
|
||||||
|
.env
|
||||||
|
|
||||||
|
.history/
|
||||||
Reference in New Issue
Block a user