.gitignore 389 B

1234567891011121314151617181920
  1. # macOS filesystem custom folder attributes
  2. .DS_Store
  3. # Bundler-specific files
  4. .gem
  5. .bundle
  6. # NPM-specific files
  7. node_modules
  8. npm-debug.log
  9. # We used to have an index file in the repository,
  10. # but it's been superseded by a static asset
  11. # hosted at https://tldr-pages.github.io/assets/index.json
  12. pages/index.json
  13. index.json
  14. # Generated PDF pages
  15. scripts/pdf/*.html
  16. scripts/pdf/tldr.pdf