-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (60 loc) · 1.15 KB
/
.gitignore
File metadata and controls
68 lines (60 loc) · 1.15 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# ══════════════════════════════════════════════
# 🚀 Spring Boot Premium Base .gitignore
# ══════════════════════════════════════════════
### Java & Build Tools ###
build/
out/
.gradle/
.lock
bin/
!gradle-wrapper.jar
### IDE Settings (IntelliJ & VSCode) ###
.idea/
*.iml
*.iws
*.ipr
.vscode/
.classpath
.project
.settings/
.nbworkspace
.factorypath
### Operating System (macOS & Windows) ###
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
desktop.ini
thumbs.db
ehthumbs.db
### Docker & Infrastructure ###
# 로컬 DB 데이터가 커밋되는 것을 방지 (중요!)
docker/postgres/data/
docker/prometheus/data/
docker/redis/data/
### Environment & Secrets ###
.env
.env.local
.env.*.local
*.secret
*.jks
*.p12
*.pem
credentials.json
### Logs & Temp ###
logs/
*.log
*.temp
*.tmp
p6spy.log
### QueryDSL & Generated Sources ###
# 빌드 시 자동 생성되는 코드들
src/main/generated/
src/test/generated/
### Project Specific ###
uploads/
temp-qr/
.DS_Store