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