Skip to content

Latest commit

 

History

History
177 lines (157 loc) · 4.66 KB

SUPPORTED_EXTENSIONS.md

File metadata and controls

177 lines (157 loc) · 4.66 KB

Supported filename extensions

  • *.html
  • *.css
  • *.js
  • *.c
  • *.cpp
  • *.cs
  • *.go
  • *.ps1
  • *.sh
  • *.json
  • *.xml
  • *.yaml, *.yml
  • *.ini

Common

  • .github folder
  • .gitmodules
  • .gitignore
  • .gitattributes
  • .editorconfig
  • *.md
  • *.svg

Web

  • .htaccess (Apache)

Python

  • *.py
  • requirements.txt

PHP

  • *.php
  • composer.json
  • composer.local.json
  • composer.lock

Semantic Web

  • *.rdf

Java

  • *.jar
  • *.war

Other

  • *.bat, *.cmd
  • *.exe
  • *.mp3
  • *.wav
  • *.ogg
  • *.dll
  • *.zip
  • *.hash, *.sfv, *.md5, *.sha1, *.sha256, *.sha512, *.sha3-256, *.sha3-512
  • *.svg
  • *.txt
  • *.png

TODO

  • Continue migration from "github.com/topics" icons to files in icons folder
  • Pin some files? (README.md on top of the files in repositories)

Common

  • *.gif?
  • README.md?
  • BUILD.md?
  • LICENSE, LICENSE.txt, LICENSE.md, LICENSE*
  • CONTRIBUTING
  • HISTORY
  • NEWS.txt
  • NOTICE
  • bin folder?

NuGet

  • .nupkg.metadata
  • *.nupkg
  • *.nuspec
  • .signature.p7s

Ruby

  • Rakefile
  • Gemfile
  • Gemfile.lock

Semantic Web

  • *.owl
  • *.rq
  • *.sparql

Python

  • __init__.py
  • __main__.py
  • __pip-runner__.py

Web

  • index.html
  • index.php
  • favicon.ico?
  • robots.txt?
  • sitemap.xml?
  • manifest.json?
  • site.webmanifest?
  • browserconfig.xml?
  • www folder?

TypeScript

  • makefile

  • *.xsd?

  • *.conf? (nginx)

  • babel.config.json?

  • package.json?

  • package-lock.json?

  • README?

  • yarn.lock?

  • Desktop.ini??

  • *.reg??

  • *.sql

  • i18n folder?

  • docs folder?

  • .babelrc

  • .codeclimate.yml

  • .travis.yml

  • .mdlrc

  • .eslintrc

  • .nycrc

  • .csslintrc

  • bower.json?

  • *.h

  • *.rst

  • *.cfg

  • *.tar.gz

  • *.gzip

  • *.sln (VSCode or Visual Studio)

  • _config.yml (Jekyll)

  • _config.toml (Jekyll)

  • *.toml

  • .gitpod.Dockerfile

  • .clang-format

  • .gitpod.yml

  • .vscode folder

  • .npmignore

  • Doxyfile

  • .cmake

  • .theia (folder)?

  • *.aspx

  • .clang-format

  • .cpplint

  • .eslintignore

  • .eslintrc.js

  • .eslintrc.json

  • .flake8

  • .gitpod.yml

  • .mailmap

  • .nycrc

  • .yamllint.yaml

  • BSDmakefile

  • .phan folder

  • .dockerignore

  • .fresnel.yml

  • .phpcs.xml

  • .stylelintrc.json

  • .svgo.config.js

  • .vsls.json

  • docker-compose.yml

  • *.hpp

  • *.h

  • *.bmp (for example, used in https://github.com/gurnec/HashCheck)

  • .codecov.yml

  • *.css.map (is this JSON or CSS?)

  • *.vcxproj?

  • *.vcxproj.filters?

  • *.props?

  • *.rc?