Skip to content

Commit 14f064e

Browse files
authored
Deploy .gitignore to appstarter
1 parent 868e0d0 commit 14f064e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/release-appstarter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git checkout $branch
1212
echo -e "${BOLD}Build the framework distributable${NORMAL}"
1313

1414
echo -e "${BOLD}Copy the main files/folders...${NORMAL}"
15-
releasable='app public writable README.md contributing.md env license.txt spark tests/_support'
15+
releasable='app public writable README.md contributing.md env license.txt spark tests/_support .gitignore'
1616
for fff in $releasable ; do
1717
if [ -d "$fff" ] ; then
1818
rm -rf $fff

0 commit comments

Comments
 (0)