Skip to content

Commit b9b3f07

Browse files
committed
chore: .gitignore 파일 추가
1 parent 1335a89 commit b9b3f07

File tree

1 file changed

+364
-0
lines changed

1 file changed

+364
-0
lines changed

.gitignore

Lines changed: 364 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,364 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/windows,macos,kotlin,java,android,androidstudio,intellij
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,kotlin,java,android,androidstudio,intellij
3+
4+
### Android ###
5+
# Gradle files
6+
.gradle/
7+
build/
8+
9+
# Local configuration file (sdk path, etc)
10+
local.properties
11+
12+
# Log/OS Files
13+
*.log
14+
15+
# Android Studio generated files and folders
16+
captures/
17+
.externalNativeBuild/
18+
.cxx/
19+
*.apk
20+
output.json
21+
22+
# IntelliJ
23+
*.iml
24+
.idea/
25+
misc.xml
26+
deploymentTargetDropDown.xml
27+
render.experimental.xml
28+
29+
# Keystore files
30+
*.jks
31+
*.keystore
32+
33+
# Google Services (e.g. APIs or Firebase)
34+
google-services.json
35+
36+
# Android Profiling
37+
*.hprof
38+
39+
### Android Patch ###
40+
gen-external-apklibs
41+
42+
# Replacement of .externalNativeBuild directories introduced
43+
# with Android Studio 3.5.
44+
45+
### Intellij ###
46+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
47+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
48+
49+
# User-specific stuff
50+
.idea/**/workspace.xml
51+
.idea/**/tasks.xml
52+
.idea/**/usage.statistics.xml
53+
.idea/**/dictionaries
54+
.idea/**/shelf
55+
56+
# AWS User-specific
57+
.idea/**/aws.xml
58+
59+
# Generated files
60+
.idea/**/contentModel.xml
61+
62+
# Sensitive or high-churn files
63+
.idea/**/dataSources/
64+
.idea/**/dataSources.ids
65+
.idea/**/dataSources.local.xml
66+
.idea/**/sqlDataSources.xml
67+
.idea/**/dynamic.xml
68+
.idea/**/uiDesigner.xml
69+
.idea/**/dbnavigator.xml
70+
71+
# Gradle
72+
.idea/**/gradle.xml
73+
.idea/**/libraries
74+
75+
# Gradle and Maven with auto-import
76+
# When using Gradle or Maven with auto-import, you should exclude module files,
77+
# since they will be recreated, and may cause churn. Uncomment if using
78+
# auto-import.
79+
# .idea/artifacts
80+
# .idea/compiler.xml
81+
# .idea/jarRepositories.xml
82+
# .idea/modules.xml
83+
# .idea/*.iml
84+
# .idea/modules
85+
# *.iml
86+
# *.ipr
87+
88+
# CMake
89+
cmake-build-*/
90+
91+
# Mongo Explorer plugin
92+
.idea/**/mongoSettings.xml
93+
94+
# File-based project format
95+
*.iws
96+
97+
# IntelliJ
98+
out/
99+
100+
# mpeltonen/sbt-idea plugin
101+
.idea_modules/
102+
103+
# JIRA plugin
104+
atlassian-ide-plugin.xml
105+
106+
# Cursive Clojure plugin
107+
.idea/replstate.xml
108+
109+
# SonarLint plugin
110+
.idea/sonarlint/
111+
112+
# Crashlytics plugin (for Android Studio and IntelliJ)
113+
com_crashlytics_export_strings.xml
114+
crashlytics.properties
115+
crashlytics-build.properties
116+
fabric.properties
117+
118+
# Editor-based Rest Client
119+
.idea/httpRequests
120+
121+
# Android studio 3.1+ serialized cache file
122+
.idea/caches/build_file_checksums.ser
123+
124+
### Intellij Patch ###
125+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
126+
127+
# *.iml
128+
# modules.xml
129+
# .idea/misc.xml
130+
# *.ipr
131+
132+
# Sonarlint plugin
133+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
134+
.idea/**/sonarlint/
135+
136+
# SonarQube Plugin
137+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
138+
.idea/**/sonarIssues.xml
139+
140+
# Markdown Navigator plugin
141+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
142+
.idea/**/markdown-navigator.xml
143+
.idea/**/markdown-navigator-enh.xml
144+
.idea/**/markdown-navigator/
145+
146+
# Cache file creation bug
147+
# See https://youtrack.jetbrains.com/issue/JBR-2257
148+
.idea/$CACHE_FILE$
149+
150+
# CodeStream plugin
151+
# https://plugins.jetbrains.com/plugin/12206-codestream
152+
.idea/codestream.xml
153+
154+
# Azure Toolkit for IntelliJ plugin
155+
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
156+
.idea/**/azureSettings.xml
157+
158+
### Java ###
159+
# Compiled class file
160+
*.class
161+
162+
# Log file
163+
164+
# BlueJ files
165+
*.ctxt
166+
167+
# Mobile Tools for Java (J2ME)
168+
.mtj.tmp/
169+
170+
# Package Files #
171+
*.jar
172+
*.war
173+
*.nar
174+
*.ear
175+
*.zip
176+
*.tar.gz
177+
*.rar
178+
179+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
180+
hs_err_pid*
181+
replay_pid*
182+
183+
### Kotlin ###
184+
# Compiled class file
185+
186+
# Log file
187+
188+
# BlueJ files
189+
190+
# Mobile Tools for Java (J2ME)
191+
192+
# Package Files #
193+
194+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
195+
196+
### macOS ###
197+
# General
198+
.DS_Store
199+
.AppleDouble
200+
.LSOverride
201+
202+
# Icon must end with two \r
203+
Icon
204+
205+
206+
# Thumbnails
207+
._*
208+
209+
# Files that might appear in the root of a volume
210+
.DocumentRevisions-V100
211+
.fseventsd
212+
.Spotlight-V100
213+
.TemporaryItems
214+
.Trashes
215+
.VolumeIcon.icns
216+
.com.apple.timemachine.donotpresent
217+
218+
# Directories potentially created on remote AFP share
219+
.AppleDB
220+
.AppleDesktop
221+
Network Trash Folder
222+
Temporary Items
223+
.apdisk
224+
225+
### macOS Patch ###
226+
# iCloud generated files
227+
*.icloud
228+
229+
### Windows ###
230+
# Windows thumbnail cache files
231+
Thumbs.db
232+
Thumbs.db:encryptable
233+
ehthumbs.db
234+
ehthumbs_vista.db
235+
236+
# Dump file
237+
*.stackdump
238+
239+
# Folder config file
240+
[Dd]esktop.ini
241+
242+
# Recycle Bin used on file shares
243+
$RECYCLE.BIN/
244+
245+
# Windows Installer files
246+
*.cab
247+
*.msi
248+
*.msix
249+
*.msm
250+
*.msp
251+
252+
# Windows shortcuts
253+
*.lnk
254+
255+
### AndroidStudio ###
256+
# Covers files to be ignored for android development using Android Studio.
257+
258+
# Built application files
259+
*.ap_
260+
*.aab
261+
262+
# Files for the ART/Dalvik VM
263+
*.dex
264+
265+
# Java class files
266+
267+
# Generated files
268+
bin/
269+
gen/
270+
271+
# Gradle files
272+
.gradle
273+
274+
# Signing files
275+
.signing/
276+
277+
# Local configuration file (sdk path, etc)
278+
279+
# Proguard folder generated by Eclipse
280+
proguard/
281+
282+
# Log Files
283+
284+
# Android Studio
285+
/*/build/
286+
/*/local.properties
287+
/*/out
288+
/*/*/build
289+
/*/*/production
290+
.navigation/
291+
*.ipr
292+
*~
293+
*.swp
294+
295+
# Keystore files
296+
297+
# Google Services (e.g. APIs or Firebase)
298+
# google-services.json
299+
300+
# Android Patch
301+
302+
# External native build folder generated in Android Studio 2.2 and later
303+
.externalNativeBuild
304+
305+
# NDK
306+
obj/
307+
308+
# IntelliJ IDEA
309+
/out/
310+
311+
# User-specific configurations
312+
.idea/caches/
313+
.idea/libraries/
314+
.idea/shelf/
315+
.idea/workspace.xml
316+
.idea/tasks.xml
317+
.idea/.name
318+
.idea/compiler.xml
319+
.idea/copyright/profiles_settings.xml
320+
.idea/encodings.xml
321+
.idea/misc.xml
322+
.idea/modules.xml
323+
.idea/scopes/scope_settings.xml
324+
.idea/dictionaries
325+
.idea/vcs.xml
326+
.idea/jsLibraryMappings.xml
327+
.idea/datasources.xml
328+
.idea/dataSources.ids
329+
.idea/sqlDataSources.xml
330+
.idea/dynamic.xml
331+
.idea/uiDesigner.xml
332+
.idea/assetWizardSettings.xml
333+
.idea/gradle.xml
334+
.idea/jarRepositories.xml
335+
.idea/navEditor.xml
336+
337+
# Legacy Eclipse project files
338+
.classpath
339+
.project
340+
.cproject
341+
.settings/
342+
343+
# Mobile Tools for Java (J2ME)
344+
345+
# Package Files #
346+
347+
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
348+
349+
## Plugin-specific files:
350+
351+
# mpeltonen/sbt-idea plugin
352+
353+
# JIRA plugin
354+
355+
# Mongo Explorer plugin
356+
.idea/mongoSettings.xml
357+
358+
# Crashlytics plugin (for Android Studio and IntelliJ)
359+
360+
### AndroidStudio Patch ###
361+
362+
!/gradle/wrapper/gradle-wrapper.jar
363+
364+
# End of https://www.toptal.com/developers/gitignore/api/windows,macos,kotlin,java,android,androidstudio,intellij

0 commit comments

Comments
 (0)