Skip to content

Commit c46c4a6

Browse files
author
quding
committed
add ignore
1 parent 3cad5e4 commit c46c4a6

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

.gitignore

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### JetBrains template
3+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5+
6+
# User-specific stuff:
7+
.idea
8+
.idea/**/tasks.xml
9+
.idea/dictionaries
10+
11+
# Sensitive or high-churn files:
12+
.idea/**/dataSources/
13+
.idea/**/dataSources.ids
14+
.idea/**/dataSources.xml
15+
.idea/**/dataSources.local.xml
16+
.idea/**/sqlDataSources.xml
17+
.idea/**/dynamic.xml
18+
# Gradle:
19+
.idea/**/gradle.xml
20+
# CMake
21+
cmake-build-debug/
22+
23+
# Mongo Explorer plugin:
24+
.idea/**/mongoSettings.xml
25+
26+
## File-based project format:
27+
*.iws
28+
29+
## Plugin-specific files:
30+
31+
# IntelliJ
32+
out/
33+
34+
# mpeltonen/sbt-idea plugin
35+
.idea_modules/
36+
37+
# JIRA plugin
38+
atlassian-ide-plugin.xml
39+
40+
# Cursive Clojure plugin
41+
.idea/replstate.xml
42+
43+
# Crashlytics plugin (for Android Studio and IntelliJ)
44+
com_crashlytics_export_strings.xml
45+
crashlytics.properties
46+
crashlytics-build.properties
47+
fabric.properties
48+
### Java template
49+
# Compiled class file
50+
# Log file
51+
*.log
52+
53+
# BlueJ files
54+
*.ctxt
55+
56+
# Mobile Tools for Java (J2ME)
57+
.mtj.tmp/
58+
59+
# Package Files #
60+
*.jar
61+
*.ear
62+
*.zip
63+
*.tar.gz
64+
*.rar
65+
66+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
67+
hs_err_pid*
68+
69+
# custom
70+
*.iml
71+
72+
**/target

0 commit comments

Comments
 (0)