create exclude file
This commit is contained in:
48
.rsync-ignore
Normal file
48
.rsync-ignore
Normal file
@@ -0,0 +1,48 @@
|
||||
.gvfs
|
||||
.cache/*
|
||||
.local/share/[Tt]rash*
|
||||
*.backup*
|
||||
*~
|
||||
.dropbox*
|
||||
.Private
|
||||
|
||||
# Flatpack
|
||||
.var/app/*/cache
|
||||
.var/app/*/.cache
|
||||
|
||||
# Recently used files
|
||||
.local/share/RecentDocuments
|
||||
.recently-used
|
||||
.recently-used.xbel
|
||||
recently-used.xbel
|
||||
.thumbnails
|
||||
.thumb
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
.localised
|
||||
.CFUserTextEncoding
|
||||
.zcompdump*
|
||||
.wget-hsts
|
||||
|
||||
# Thunderbird Cache in your profile folder
|
||||
.thunderbird/*/Cache
|
||||
|
||||
#Google Chrome:
|
||||
.config/google-chrome/ShaderCache
|
||||
.config/google-chrome/*/Local Storage
|
||||
.config/google-chrome/*/Session Storage
|
||||
.config/google-chrome/*/Application Cache
|
||||
.config/google-chrome/*/History Index *
|
||||
.config/google-chrome/*/Service Worker/CacheStorage
|
||||
.config/google-chrome/*/WebStorage/*/CacheStorage
|
||||
|
||||
# VS Code
|
||||
.config/Code/logs/
|
||||
.config/Code/Cache/*
|
||||
.config/Code/CachedData/*
|
||||
|
||||
# golang Cache
|
||||
go/pkg/mod/cache
|
||||
|
||||
# Java
|
||||
.java
|
Reference in New Issue
Block a user