1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 17:44:54 +02:00
tldr/.gitignore
Agniva De Sarker 62731a8b64 Correctly store language and platform mappings together (#3588)
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.
2019-11-19 18:58:23 +01:00

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