Commit 7d581a08 authored by Илья Рассадин's avatar Илья Рассадин
Browse files

Update rsync-filter-std

exclude .git* files only in root dir
parent fe29c4db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Don't copy over Git-related files.
exclude .git*
exclude /.git*
# Don't copy over deployment code.
exclude /working/
exclude /boilerplate/