-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.realsync
52 lines (40 loc) · 956 Bytes
/
.realsync
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##
## dkLab RealSync configuration file.
##
# Local directory to be realtime-replicated.
local = C:/dev/phpstorm/Motogid
# Remote host to replicate to over SSH.
host = motogid.loc
# User to connect to the remote host.
user = ak
# Directory at the remote host to replicate files to.
remote = /data/sites/motogid
exclude = composer.lock
exclude = composer.phar
exclude = /var
exclude = htdocs/upload
exclude = /vendor
exclude = /vendor/
exclude = /vendor/*
exclude = /vendor/**
exclude = /logs
exclude = /logs/
exclude = /logs/*
exclude = /logs/**
exclude = .realsync
exclude = CVS
exclude = .git
exclude = .svn
exclude = .hg
exclude = .cache
exclude = .idea
exclude = nbproject
exclude = ~*
exclude = *.tmp
exclude = *.pyc
exclude = *.swp
# To turn off "synchronization ding" sound, set the following to 1.
nosound = 0
# If you need to load some other config file from here, uncomment
# and correct the following directive:
#load = some_file.ini