We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f064e commit 3901d20Copy full SHA for 3901d20
1 file changed
admin/release-framework
@@ -12,7 +12,7 @@ git checkout $branch
12
echo -e "${BOLD}Build the framework distributable${NORMAL}"
13
14
echo -e "${BOLD}Copy the main files/folders...${NORMAL}"
15
-releasable='app docs public system writable contributing.md env license.txt spark'
+releasable='app docs public system writable contributing.md env license.txt spark .gitignore'
16
for fff in $releasable ; do
17
if [ -d "$fff" ] ; then
18
rm -rf $fff
0 commit comments