We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d98fc commit 275f116Copy full SHA for 275f116
.svnignore
@@ -1,18 +1,17 @@
1
-.git/
+.git
2
.gitignore
3
-.sass-cache/
+.sass-cache
4
.jshintrc
5
.jshintignore
6
.travis.yml
7
readme.md
8
phpunit.xml.dist
9
-tests/
10
-tools/
+tests
+tools
11
package.json
12
Gruntfile.js
13
-node_modules/
+node_modules
14
languages/jetpack.pot
15
-
16
_inc/lib/icalendar-reader.php
17
modules/shortcodes/upcoming-events.php
18
-modules/widgets/upcoming-events.php
+modules/widgets/upcoming-events.php
tools/deploy-to-svn.sh
@@ -44,7 +44,7 @@ rsync -r --exclude='*.git*' $JETPACK_GIT_DIR/* $JETPACK_SVN_DIR/trunk
44
45
# check .svnignore
46
for file in $( cat "$JETPACK_GIT_DIR/.svnignore" 2>/dev/null ); do
47
- rm trunk/$file -rf
+ rm -rf trunk/$file
48
done
49
50
# Tag the release.
0 commit comments