diff --git a/.htaccess b/.htaccess index 71fb7ca..b2343ec 100644 --- a/.htaccess +++ b/.htaccess @@ -92,6 +92,12 @@ AddEncoding gzip svgz AddIcon /fancy-index/icons/terminal.svg .sh .bash AddIcon /fancy-index/icons/database.svg .sql .mysql .sqlite .dsql .db AddIcon /fancy-index/icons/vagrant.svg vagrantfile Vagrantfile + AddIcon /fancy-index/icons/file-word.svg .doc .docx + AddIcon /fancy-index/icons/file-excel.svg .xls .xlsx + AddIcon /fancy-index/icons/yaml.svg .yml .yaml + AddIcon /fancy-index/icons/brainfuck.svg .b + AddIcon /fancy-index/icons/cobol.svg .cbl .cob .cpy + AddIcon /fancy-index/icons/docker.svg docker-compose.yml # FILE DESCRIPTIONS AddDescription "MPEG Layer 3 Format" .mp3 @@ -117,7 +123,8 @@ AddEncoding gzip svgz AddDescription "Plain text file" .txt .nfo .faq .readme AddDescription "Unix man page" .man AddDescription "Email data" .eml .mbox - AddDescription "Microsoft Word document" .doc + AddDescription "Microsoft Word document" .doc .docx + AddDescription "Microsoft Excel document" .xls .xlsx AddDescription "PHP: Hypertext Preprocessor script" .php .php3 .php4 AddDescription "PHP: Hypertext Preprocessor source code" .phps AddDescription "JavaScript Object Notation" .json @@ -143,6 +150,10 @@ AddEncoding gzip svgz AddDescription "OpenDocument Spreadsheet Template" .ots AddDescription "OpenDocument Presentation Template" .otp AddDescription "OpenDocument Graphics Template" .otg + AddDescription "YAML: Yet Another Markup Language" .yaml .yml + AddDescription "SASS: Syntactically Awesome Stylesheets" .sass + AddDescription "SCSS: Sassy Cascading Style Sheet" .scss + AddDescription "Travis configuration" .travis # DEFAULT DESCRIPTION # AddDescription "[Unknown item]" * diff --git a/icons/brainfuck.svg b/icons/brainfuck.svg new file mode 100644 index 0000000..9ae1eb6 --- /dev/null +++ b/icons/brainfuck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/cobol.svg b/icons/cobol.svg new file mode 100644 index 0000000..ea228c2 --- /dev/null +++ b/icons/cobol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/docker.svg b/icons/docker.svg new file mode 100644 index 0000000..4aa4e6b --- /dev/null +++ b/icons/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/file-excel.svg b/icons/file-excel.svg new file mode 100644 index 0000000..f6ca6d9 --- /dev/null +++ b/icons/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/file-word.svg b/icons/file-word.svg new file mode 100644 index 0000000..8ab0842 --- /dev/null +++ b/icons/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/yaml.svg b/icons/yaml.svg new file mode 100644 index 0000000..b307255 --- /dev/null +++ b/icons/yaml.svg @@ -0,0 +1 @@ + \ No newline at end of file