mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 07:17:56 +01:00
19 lines
417 B
Text
19 lines
417 B
Text
# OS X 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
|