Skip to content

Commit 0537d71

Browse files
author
Mike Taylor
authored
Merge pull request #1524 from karlcow/1523/2
Fix #1523 - Adds a list of files to ignore for rsync
2 parents a225aa8 + 9bee7af commit 0537d71

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

config/deploy.ignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.git/
2+
selenium*
3+
fabfile.py*
4+
*.pyc
5+
docs/
6+
git_modules/
7+
grunt-tasks/
8+
node_modules/
9+
Gruntfile.js
10+
Makefile
11+
package.json
12+
README.md
13+
session.db
14+
screenshots/
15+
tests/
16+
icon-licenses/
17+
CHANGELOG.md
18+
CONTRIBUTING.md
19+
webcompat.sh
20+
uploads/

0 commit comments

Comments
 (0)