-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (27 loc) · 598 Bytes
/
.gitignore
File metadata and controls
36 lines (27 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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__
# Generated log
debug.log