Skip to content

Commit 3901d20

Browse files
authored
Deploy .gitignore to framework
1 parent 14f064e commit 3901d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/release-framework

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 docs public system writable contributing.md env license.txt spark'
15+
releasable='app docs public system writable contributing.md env license.txt spark .gitignore'
1616
for fff in $releasable ; do
1717
if [ -d "$fff" ] ; then
1818
rm -rf $fff

0 commit comments

Comments
 (0)