mirror of https://github.com/CrimsonTome/tldr.git
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
# macOS filesystem custom folder attributes
|
|
.DS_Store
|
|
|
|
# Bundler-specific files
|
|
.gem
|
|
.bundle
|
|
|
|
# NPM-specific files
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# A temp file used to store the output from npm test
|
|
# used to update a PR with a comment
|
|
test_result
|
|
|
|
# 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
|