Metadata Filetypes
Filetypes for build metadata artifacts
Metadata artifacts from your build process, or otherwise associated with the build, can be attached to any build.
| Filename/Extension | Filetype |
|---|---|
| .txt | Plain Text File |
| .json | JSON File |
| .yaml | YAML File |
| .yml | YAML File |
| .xml | XML File |
| .toml | TOML File |
| .ini | INI File |
| .gradle | Gradle Build File |
| .kts | Kotlin Gradle Script |
| .properties | Java Properties File |
| .plist | macOS/iOS Property List |
| .log | Log File |
| .out | Standard Output File |
| .err | Standard Error File |
| .html | HTML File |
| .csv | CSV File |
| .md5 | MD5 Checksum |
| .sha1 | SHA1 Checksum |
| .sha224 | SHA224 Checksum |
| .sha256 | SHA256 Checksum |
| .sha384 | SHA384 Checksum |
| .sha512 | SHA512 Checksum |
| .sig | PGP Signature |
| .asc | GPG ASCII Signature |
| .gpg | GPG Binary Signature |
| .lock | Lock File |
| deps.json | .NET Dependencies File |
| .csproj | C# Project File |
| .sln | .NET Solution File |
| .mod | Go Module File |
| .ninja_log | Ninja Build Log |
| .d | Make Dependency File |
| .buildinfo | Build Info File |
| .map | Source Map File |
| .gcda | GCDA Coverage File |
| .gcno | GCNO Coverage Notes |
| .info | LCOV Info File |
| .coverage | Python Coverage Data |
| .pdb | Windows PDB Debug Symbols |
| .dSYM | macOS/iOS dSYM Bundle |
| .nupkg | NuGet Package File |
| .egg-info | Python .egg-info Metadata |
| .dist-info | Python .dist-info Metadata |
| .fsproj | F# Project File |
| .vbproj | Visual Basic Project File |
| .bcinfo | Build Config Info |
| .mapping | ProGuard Mapping File |
| package-lock.json | npm Package Lock |
| yarn.lock | Yarn Lock File |
| pnpm-lock.yaml | pnpm Lock File |
| requirements.txt | Python Requirements File |
| poetry.lock | Poetry Lock File |
| .podspec | CocoaPods Spec File |
| checkstyle.xml | Checkstyle Report |
| junit.xml | JUnit XML Report |
| clover.xml | Clover Coverage Report |
| lint-results.xml | Android Lint Report |
| cargo.lock | Cargo Lock File |
| composer.lock | Composer Lock File |
| .makefile | Makefile |
| cmakelists.txt | CMakeLists File |
| .bazel | Bazel Build File |
| lcov.info | LCOV Info File |
| testresult.xml | Unit Test Result XML |
| .dwarf | DWARF Debug Info File |
| .debug | Generic Debug Symbol File |
| .coderesources | Code Resources File |
| debug.wasm | WebAssembly Debug Info |
| .bcinfo | LLVM Bitcode Info File |
| .buildid | Build ID File |
| .doc | Microsoft Word Document |
| .docx | Microsoft Word Open XML Document |
| .xls | Microsoft Excel Spreadsheet |
| .xlsx | Microsoft Excel Open XML Spreadsheet |
| Adobe PDF Document | |
| .odt | OpenDocument Text Document |
| .ods | OpenDocument Spreadsheet |
| .odp | OpenDocument Presentation |
| .rtf | Rich Text Format |
| .md | Markdown File |
| .textile | Textile File |
| .tex | LaTeX Source File |
| .gdoc | Google Docs Shortcut File |
| .gsheet | Google Sheets Shortcut File |
| .spdx | SPDX Tag-Value Document |
| spdx.json | SPDX JSON Document |
| cdx.json | CycloneDX JSON SBOM |
| cdx.xml | CycloneDX XML SBOM |
| .bom | Generic BOM File |
| pom.xml | Maven POM File |
| go.mod | Go Modules Manifest |
| go.sum | Go Modules Checksum File |
| Pipfile | Python Pipfile |
| Pipfile.lock | Python Pipfile Lock |
| Cargo.toml | Rust Cargo Manifest |
| package.json | Node.js Package Manifest |
| bun.lockb | Bun Lock File |
| deno.lock | Deno Lock File |
| .nvmrc | Node Version Manager Config |
| .python-version | Python Version File |
| .ruby-version | Ruby Version File |
| .node-version | Node Version File |
| Dockerfile | Dockerfile |
| .dockerignore | Docker Ignore File |
| docker-compose.yml | Docker Compose File |
| .gitignore | Git Ignore File |
| .gitattributes | Git Attributes File |
| Gemfile.lock | Ruby Gemfile Lock |
| mix.lock | Elixir Mix Lock File |
| pubspec.lock | Dart Pubspec Lock File |
| Package.resolved | Swift Package Resolved File |
| Podfile.lock | CocoaPods Lock File |
| flake.lock | Nix Flake Lock File |
| stack.yaml.lock | Haskell Stack Lock File |
| .jpg | JPEG Image |
| .jpeg | JPEG Image |
| .png | PNG Image |
| .gif | GIF Image |
| .webapp | Web App Manifest File |
| .apkbuild | Alpine Linux Build Script |
| .SlackBuild | Slackware Build Script |
| .uuid | Universally Unique Identifier File |
| .bp | Android Build Blueprint File |
| .mk | Makefile |
| .sqlite | SQLite Database |
Missing a metadata filetype here you'd like us to support? Let us know!