mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
dff913f486
* `scripts/_common.py`: add a shared Python file to move duplicated code --------- Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
34 lines
571 B
Plaintext
34 lines
571 B
Plaintext
# VS Code
|
|
.vscode/
|
|
|
|
# Jetbrains IDE
|
|
.idea/
|
|
|
|
# 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/
|
|
venv
|
|
|
|
# Generated pycache
|
|
__pycache__
|