mirror of https://github.com/CrimsonTome/tldr.git
28 lines
527 B
Plaintext
28 lines
527 B
Plaintext
# VS Code
|
|
.vscode/
|
|
|
|
# macOS filesystem custom folder attributes
|
|
.DS_Store
|
|
|
|
# Bundler-specific files
|
|
.gem
|
|
.bundle
|
|
|
|
# npm-specific files
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# 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
|
|
|
|
# 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/
|
|
scripts/pdf/venv/
|