-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.exclude
58 lines (50 loc) · 1005 Bytes
/
home.exclude
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
53
54
55
56
57
58
# Log files
*.log
*.log.*
# Compressed files
*.tar.gz
*.tar.bz
# Steam game and client data
# Excluded because it is redownloadable
*.bsp
*.vpk
*.bin
steamclient.so
Steam/*
# Cache, logging and version control directories
*/.git/*
*/.npm/*
*/.m2/*
*/.gradle/*
*/appcache/*
*/*-backup/*
*/*-backups/*
*/backup/*
*/Backup/*
*/backups/*
*/Backups/*
*/log/*
*/Log/*
*/logs/*
*/Logs/*
*/node_modules/*
*/temp/*
*/tmp/*
# TWiTCraft mirror
# Excluded as we have a separate backup elsewhere
*/twit-mirror/*
# Dynmap tiles
*/dynmap/web/tiles/*
# Ark content files and directories
*/arkdedicated/Engine/*
*/arkdedicated/linux64/*
*/arkdedicated/ShooterGame/Content/*
*/arkdedicated/ShooterGame/ContentStreamers/*
*/arkdedicated/ShooterGame/Binaries/*
*/directx_installer/*
# Factorio binary
# Excluded due to large size
*/bin/x64/factorio
# VanDerProtofsky's web directory
# Excluded because it is personal and expendable data
home/vanderprot/www/*