diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-02-25 04:21:13 -0700 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-02-25 04:21:13 -0700 |
commit | 675e396851c99e957ca86865bce1ce0ddf4faa15 (patch) | |
tree | 588128dbd3dd896e09b367db79a06c426097ef33 /.rsyncignore | |
parent | 6dec2245b84bb90384834f85ba0270d9167df94f (diff) |
Add rsyncignore and update readme
Diffstat (limited to '.rsyncignore')
-rw-r--r-- | .rsyncignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.rsyncignore b/.rsyncignore new file mode 100644 index 0000000..8024943 --- /dev/null +++ b/.rsyncignore @@ -0,0 +1,9 @@ +# List of directories and files to ignore +# Git specific +.gitignore +README.md +LICENSE +.git/ + +# Rsync specific +.rsyncignore |