Skip to content

Commit 896c1b6

Browse files
committed
Added a config.json that holds the mappings
1 parent 87a3a02 commit 896c1b6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ node_modules/
2727
creds.js
2828

2929
# Private Files
30-
*.json
3130
*.csv
3231
*.csv.gz
3332
*.tsv

Arrange It/config.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Programming Files": ["ipynb", "py", "java", "cs", "js", "vsix", "jar", "cc", "ccc", "html", "xml", "kt"],
3+
"Music": ["mp3", "wav", "wma", "mpa", "ram", "ra", "aac", "aif", "m4a", "tsa"],
4+
"Videos": ["mp4", "webm", "mkv", "MPG", "MP2", "MPEG", "MPE", "MPV", "OGG", "M4P", "M4V", "WMV", "MOV", "QT", "FLV", "SWF", "AVCHD", "avi", "mpg", "mpe", "mpeg", "asf", "wmv", "mov", "qt", "rm"],
5+
"Pictures": ["jpeg", "jpg", "png", "gif", "tiff", "raw", "webp", "jfif", "ico", "psd", "svg", "ai"],
6+
"Applications": ["exe", "msi", "deb", "rpm"],
7+
"Compressed": ["zip", "rar", "arj", "gz", "sit", "sitx", "sea", "ace", "bz2", "7z"],
8+
"Documents": ["txt", "pdf", "doc", "xlsx", "ppt", "pps", "docx", "pptx"],
9+
"Other": []
10+
}
11+

0 commit comments

Comments
 (0)