-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (38 loc) · 1.01 KB
/
.gitignore
File metadata and controls
46 lines (38 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# ===================================================================
# 1. 공통 규칙 (OS, 민감한 정보 등)
# 모든 프로젝트와 운영체제에 공통으로 적용되는 규칙입니다.
# ===================================================================
# 운영체제(OS) 생성 파일
.DS_Store
Thumbs.db
desktop.ini
# 로그 파일
*.log
*.logs
*.out
# 민감한 환경 변수 파일 (절대 커밋하지 마세요)
.env
.env.*
!.env.example
certs/
# 임시 파일 및 아카이브
*.tmp
*.temp
*.swp
*.zip
*.tar.*
*.rar
# ===================================================================
# 2. IDE 및 편집기 설정
# IntelliJ, Android Studio, VS Code 공통 설정입니다.
# ===================================================================
# JetBrains (IntelliJ, Android Studio)
.idea/
*.iml
*.iws
# Visual Studio Code
.vscode/
# .vscode/settings.json 처럼 공유할 설정이 있다면 아래 주석을 푸세요.
# !.vscode/settings.json
# !.vscode/extensions.json
# !.vscode/launch.json