2020-12-04 16:22:15 +00:00
|
|
|
# VS Code
|
|
|
|
.vscode/
|
|
|
|
|
2017-07-26 19:13:26 +01:00
|
|
|
# macOS filesystem custom folder attributes
|
2016-01-15 20:48:13 +00:00
|
|
|
.DS_Store
|
2015-06-23 15:39:10 +01:00
|
|
|
|
2016-06-24 13:54:32 +01:00
|
|
|
# Bundler-specific files
|
2015-06-23 15:39:10 +01:00
|
|
|
.gem
|
2015-12-23 13:52:44 +00:00
|
|
|
.bundle
|
2016-01-13 13:10:26 +00:00
|
|
|
|
2020-04-19 15:13:04 +01:00
|
|
|
# npm-specific files
|
2016-01-13 13:10:26 +00:00
|
|
|
node_modules
|
2016-01-19 19:44:37 +00:00
|
|
|
npm-debug.log
|
2016-06-24 10:39:44 +01:00
|
|
|
|
2016-06-24 13:54:32 +01:00
|
|
|
# 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
|
2016-06-24 10:39:44 +01:00
|
|
|
pages/index.json
|
2019-11-19 17:58:23 +00:00
|
|
|
index.json
|
2019-12-17 20:25:52 +00:00
|
|
|
|
|
|
|
# Generated PDF pages
|
|
|
|
scripts/pdf/*.html
|
2020-05-11 00:23:54 +01:00
|
|
|
scripts/pdf/tldr-pages.pdf
|
2020-12-04 16:04:25 +00:00
|
|
|
|
|
|
|
# Python venv for testing the PDF script
|
2020-12-04 17:17:52 +00:00
|
|
|
# Create it with: python3 -m venv scripts/pdf/venv/
|
2020-12-04 17:11:50 +00:00
|
|
|
scripts/pdf/venv/
|