Skip to content

Commit 7c33de7

Browse files
committed
Exclude .git folder from build
1 parent f6c2d48 commit 7c33de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<echo message="Copying files" />
7979
<mkdir dir="${dist.dir}" />
8080
<copy overwrite="true" todir="${dist.dir}/">
81-
<fileset dir="." excludes="**/.*, dist/, build/, build.xml" />
81+
<fileset dir="." excludes="**/.*, .*/, dist/, build/, build.xml" />
8282
</copy>
8383
</target>
8484

0 commit comments

Comments
 (0)