Skip to content

Commit f11e595

Browse files
committed
gitignore 추가
1 parent 7cb4b65 commit f11e595

File tree

1 file changed

+248
-0
lines changed

1 file changed

+248
-0
lines changed

.gitignore

Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/maven,intellij+iml,visualstudiocode,java,macos,windows,vue,vuejs,react
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=maven,intellij+iml,visualstudiocode,java,macos,windows,vue,vuejs,react
3+
4+
### Intellij+iml ###
5+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
6+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7+
8+
# User-specific stuff
9+
.idea/**/workspace.xml
10+
.idea/**/tasks.xml
11+
.idea/**/usage.statistics.xml
12+
.idea/**/dictionaries
13+
.idea/**/shelf
14+
15+
# AWS User-specific
16+
.idea/**/aws.xml
17+
18+
# Generated files
19+
.idea/**/contentModel.xml
20+
21+
# Sensitive or high-churn files
22+
.idea/**/dataSources/
23+
.idea/**/dataSources.ids
24+
.idea/**/dataSources.local.xml
25+
.idea/**/sqlDataSources.xml
26+
.idea/**/dynamic.xml
27+
.idea/**/uiDesigner.xml
28+
.idea/**/dbnavigator.xml
29+
30+
# Gradle
31+
.idea/**/gradle.xml
32+
.idea/**/libraries
33+
34+
# Gradle and Maven with auto-import
35+
# When using Gradle or Maven with auto-import, you should exclude module files,
36+
# since they will be recreated, and may cause churn. Uncomment if using
37+
# auto-import.
38+
# .idea/artifacts
39+
# .idea/compiler.xml
40+
# .idea/jarRepositories.xml
41+
# .idea/modules.xml
42+
# .idea/*.iml
43+
# .idea/modules
44+
# *.iml
45+
# *.ipr
46+
47+
# CMake
48+
cmake-build-*/
49+
50+
# Mongo Explorer plugin
51+
.idea/**/mongoSettings.xml
52+
53+
# File-based project format
54+
*.iws
55+
56+
# IntelliJ
57+
out/
58+
59+
# mpeltonen/sbt-idea plugin
60+
.idea_modules/
61+
62+
# JIRA plugin
63+
atlassian-ide-plugin.xml
64+
65+
# Cursive Clojure plugin
66+
.idea/replstate.xml
67+
68+
# SonarLint plugin
69+
.idea/sonarlint/
70+
71+
# Crashlytics plugin (for Android Studio and IntelliJ)
72+
com_crashlytics_export_strings.xml
73+
crashlytics.properties
74+
crashlytics-build.properties
75+
fabric.properties
76+
77+
# Editor-based Rest Client
78+
.idea/httpRequests
79+
80+
# Android studio 3.1+ serialized cache file
81+
.idea/caches/build_file_checksums.ser
82+
83+
### Intellij+iml Patch ###
84+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
85+
86+
*.iml
87+
modules.xml
88+
.idea/misc.xml
89+
*.ipr
90+
91+
### Java ###
92+
# Compiled class file
93+
*.class
94+
95+
# Log file
96+
*.log
97+
98+
# BlueJ files
99+
*.ctxt
100+
101+
# Mobile Tools for Java (J2ME)
102+
.mtj.tmp/
103+
104+
# Package Files #
105+
*.jar
106+
*.war
107+
*.nar
108+
*.ear
109+
*.zip
110+
*.tar.gz
111+
*.rar
112+
113+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
114+
hs_err_pid*
115+
replay_pid*
116+
117+
### macOS ###
118+
# General
119+
.DS_Store
120+
.AppleDouble
121+
.LSOverride
122+
123+
# Icon must end with two \r
124+
Icon
125+
126+
127+
# Thumbnails
128+
._*
129+
130+
# Files that might appear in the root of a volume
131+
.DocumentRevisions-V100
132+
.fseventsd
133+
.Spotlight-V100
134+
.TemporaryItems
135+
.Trashes
136+
.VolumeIcon.icns
137+
.com.apple.timemachine.donotpresent
138+
139+
# Directories potentially created on remote AFP share
140+
.AppleDB
141+
.AppleDesktop
142+
Network Trash Folder
143+
Temporary Items
144+
.apdisk
145+
146+
### macOS Patch ###
147+
# iCloud generated files
148+
*.icloud
149+
150+
### Maven ###
151+
target/
152+
pom.xml.tag
153+
pom.xml.releaseBackup
154+
pom.xml.versionsBackup
155+
pom.xml.next
156+
release.properties
157+
dependency-reduced-pom.xml
158+
buildNumber.properties
159+
.mvn/timing.properties
160+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
161+
.mvn/wrapper/maven-wrapper.jar
162+
163+
# Eclipse m2e generated files
164+
# Eclipse Core
165+
.project
166+
# JDT-specific (Eclipse Java Development Tools)
167+
.classpath
168+
169+
### react ###
170+
.DS_*
171+
logs
172+
**/*.backup.*
173+
**/*.back.*
174+
175+
node_modules
176+
bower_components
177+
178+
*.sublime*
179+
180+
psd
181+
thumb
182+
sketch
183+
184+
### VisualStudioCode ###
185+
.vscode/*
186+
!.vscode/settings.json
187+
!.vscode/tasks.json
188+
!.vscode/launch.json
189+
!.vscode/extensions.json
190+
!.vscode/*.code-snippets
191+
192+
# Local History for Visual Studio Code
193+
.history/
194+
195+
# Built Visual Studio Code Extensions
196+
*.vsix
197+
198+
### VisualStudioCode Patch ###
199+
# Ignore all local history of files
200+
.history
201+
.ionide
202+
203+
### Vue ###
204+
# gitignore template for Vue.js projects
205+
#
206+
# Recommended template: Node.gitignore
207+
208+
# TODO: where does this rule come from?
209+
docs/_book
210+
211+
# TODO: where does this rule come from?
212+
test/
213+
214+
### Vuejs ###
215+
# Recommended template: Node.gitignore
216+
217+
node_modules/
218+
dist/
219+
npm-debug.log
220+
yarn-error.log
221+
222+
### Windows ###
223+
# Windows thumbnail cache files
224+
Thumbs.db
225+
Thumbs.db:encryptable
226+
ehthumbs.db
227+
ehthumbs_vista.db
228+
229+
# Dump file
230+
*.stackdump
231+
232+
# Folder config file
233+
[Dd]esktop.ini
234+
235+
# Recycle Bin used on file shares
236+
$RECYCLE.BIN/
237+
238+
# Windows Installer files
239+
*.cab
240+
*.msi
241+
*.msix
242+
*.msm
243+
*.msp
244+
245+
# Windows shortcuts
246+
*.lnk
247+
248+
# End of https://www.toptal.com/developers/gitignore/api/maven,intellij+iml,visualstudiocode,java,macos,windows,vue,vuejs,react

0 commit comments

Comments
 (0)