-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
88 lines (78 loc) · 1.42 KB
/
config.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
threads: 550
update_rate: 0.01 # how fast the status board will update. in seconds.
file_extensions:
- .png
- .gif
- .jpg
- .jpeg
- .webm
- .mp4 # usually the one that takes up the most storage space.
# customise with whatever you want to look for!
# obviously, some will be rarer than others
# but you can find zips, txt files, etc. tons of
# below are a ton of templates that you can use and common file extensions for each type
# to use them, simply uncomment them and remove the file_extensions header and contents above.
# or you can just pick and choose from the lists below to add to your list :)
# IMAGES
# file_extensions:
# - .png
# - .gif
# - .jpg
# - .jpeg
# - .bmp
# - .tif
# - .tiff
# - .webp
# VIDEOS
# file_extensions:
# - .webm
# - .mp4
# - .mov
# - .avi
# - .mkv
# - .flv
# - .wmv
# CODE
# file_extensions:
# - .html
# - .css
# - .js
# - .jsx
# - .ts
# - .tsx
# - .php
# - .py
# - .rb
# - .java
# - .cpp
# - .c
# - .cs
# - .swift
# - .go
# - .bat
# DOCUMENTS
# file_extensions:
# - .txt
# - .md
# - .pdf
# - .doc
# - .docx
# - .odt
# - .rtf
# COMPRESSED/ARCHIVES
# file_extensions:
# - .zip
# - .rar
# - .7z
# - .tar
# - .gz
# - .bz2
# - .xz
# AUDIO
# file_extensions:
# - .mp3
# - .wav
# - .aac
# - .flac
# - .ogg
# - .m4a