.gitignore 326 B

12345678910111213141516
  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