1
0

.gitignore 418 B

12345678910111213141516171819
  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. # A temp file used to store the output from npm test
  10. # used to update a PR with a comment
  11. test_result
  12. # We used to have an index file in the repository,
  13. # but it's been superseded by a static asset
  14. # hosted at https://tldr-pages.github.io/assets/index.json
  15. pages/index.json