39 lines
603 B
Plaintext
39 lines
603 B
Plaintext
*/config/development
|
|
*/logs/log-*.php
|
|
!*/logs/index.html
|
|
*/cache/*
|
|
!*/cache/index.html
|
|
!*/cache/.htaccess
|
|
|
|
user_guide_src/build/*
|
|
user_guide_src/cilexer/build/*
|
|
user_guide_src/cilexer/dist/*
|
|
user_guide_src/cilexer/pycilexer.egg-info/*
|
|
|
|
#codeigniter 3
|
|
application/logs/*
|
|
!application/logs/index.html
|
|
!application/logs/.htaccess
|
|
/vendor/
|
|
|
|
# 1. VS Code 설정
|
|
.vscode/
|
|
|
|
# 2. 빌드 결과물 및 임시 파일
|
|
/dist
|
|
/build
|
|
/out
|
|
*.log
|
|
*.tmp
|
|
|
|
# 3. Node.js (가장 흔하게 사용되는 예시 중 하나)
|
|
/node_modules
|
|
|
|
# 4. 운영체제 파일
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 5. 민감 정보 파일
|
|
.env
|
|
|
|
.history/ |