-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (83 loc) · 1.48 KB
/
.gitignore
File metadata and controls
98 lines (83 loc) · 1.48 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# =========================
# OS 공통
# =========================
.DS_Store
Thumbs.db
# =========================
# IDE/에디터
# =========================
# IntelliJ / IDEA
.idea/
*.iml
*.ipr
*.iws
# Eclipse
.project
.classpath
.settings/
# VS Code
.vscode/
# =========================
# Java / Build 산출물
# =========================
# 클래스/로그
*.class
*.log
# JDK 크래시 로그
hs_err_pid*
replay_pid*
# 패키지 아카이브 (일반 산출물은 무시)
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# =========================
# Gradle
# =========================
.gradle/
build/
out/
# Gradle Wrapper 예외 처리
!gradle/
!gradle/wrapper/
!gradle/wrapper/gradle-wrapper.jar
# Unix 실행 권한 유지용
gradlew
gradlew.bat
# =========================
# 환경 변수 / 설정 파일
# =========================
src/main/resources/application.yml
src/main/resources/application-*.yml
.env
*.env
# =========================
# OS / Tool 임시파일
# =========================
*.swp
*.swo
*.tmp
# =========================
# 테스트 관련 산출물
# =========================
/test-output/
/target/
# =========================
# IntelliJ 더 세부 무시
# =========================
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/shelf/
.idea/**/dictionaries
.idea/**/httpRequests
.idea/**/dataSources/
.idea/**/dataSources.local.xml
# =========================
# Mac / Windows
# =========================
ehthumbs.db
desktop.ini
/src/main/resources/firebase/*.json