浏览代码

gitignore调整

huangbo 5 年之前
父节点
当前提交
cbfab71f08

+ 3 - 0
ipu-hadoop-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath

+ 3 - 0
ipu-hbase-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath

+ 3 - 0
ipu-kafka-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath

+ 3 - 0
ipu-rabbitmq-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath

+ 0 - 27
ipu-redis-example/.classpath

@ -1,27 +0,0 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" output="target/classes" path="src/main/java">
4
		<attributes>
5
			<attribute name="optional" value="true"/>
6
			<attribute name="maven.pomderived" value="true"/>
7
		</attributes>
8
	</classpathentry>
9
	<classpathentry kind="src" path="src/test/reources"/>
10
	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
11
		<attributes>
12
			<attribute name="optional" value="true"/>
13
			<attribute name="maven.pomderived" value="true"/>
14
		</attributes>
15
	</classpathentry>
16
	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
17
		<attributes>
18
			<attribute name="maven.pomderived" value="true"/>
19
		</attributes>
20
	</classpathentry>
21
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
22
		<attributes>
23
			<attribute name="maven.pomderived" value="true"/>
24
		</attributes>
25
	</classpathentry>
26
	<classpathentry kind="output" path="target/classes"/>
27
</classpath>

+ 3 - 1
ipu-redis-example/.gitignore

@ -1,2 +1,4 @@
1
/target/
2 1
/.settings/
2
/target/
3
/.classpath
4
/bin

+ 3 - 0
ipu-rocketmq-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath

+ 3 - 0
ipu-spark-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath

+ 3 - 0
ipu-zk-example/.gitignore

@ -0,0 +1,3 @@
1
/.settings/
2
/target/
3
/.classpath