We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbab692 commit 589e061Copy full SHA for 589e061
.gitignore
@@ -20,3 +20,8 @@
20
21
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22
hs_err_pid*
23
+
24
+#######################################################################################
25
26
+*.iml
27
+.idea/
pom.xml
@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+ <modelVersion>4.0.0</modelVersion>
6
7
+ <groupId>me.zbl</groupId>
8
+ <artifactId>java_design_patterns</artifactId>
9
+ <version>1.11.9-SNAPSHOT</version>
10
11
12
+</project>
0 commit comments