tldr/.gitignore

28 lines
527 B
Plaintext
Raw Normal View History

2020-12-04 16:22:15 +00:00
# VS Code
.vscode/
# 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
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
index.json
2019-12-17 20:25:52 +00:00
# Generated PDF pages
scripts/pdf/*.html
scripts/pdf/tldr-pages.pdf
# Python venv for testing the PDF script
# Create it with: python3 -m venv scripts/pdf/venv/
2020-12-04 17:11:50 +00:00
scripts/pdf/venv/