We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38ecdb commit 7795bf1Copy full SHA for 7795bf1
1 file changed
.gitignore
@@ -0,0 +1,12 @@
1
+# IDEA
2
+.idea/
3
+*.iml
4
+
5
+# Java / Maven
6
+target/
7
+*.class
8
+*.log
9
10
+# OS 文件
11
+.DS_Store
12
+Thumbs.db
0 commit comments