mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 17:44:54 +02:00

Previously they were stored separately in their own arrays. This made them disconnected, and impossible to know if a page belonged to which platform and language combination. This PR adds an array of objects called `targets` which contains platform/language pairs.
20 lines
429 B
Text
20 lines
429 B
Text
# macOS filesystem custom folder attributes
|
|
.DS_Store
|
|
|
|
# Bundler-specific files
|
|
.gem
|
|
.bundle
|
|
|
|
# NPM-specific files
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# A temp file used to store the output from npm test
|
|
# used to update a PR with a comment
|
|
test_result
|
|
|
|
# We used to have an index file in the repository,
|
|
# but it's been superseded by a static asset
|
|
# hosted at https://tldr-pages.github.io/assets/index.json
|
|
pages/index.json
|
|
index.json
|