tldr/.gitignore

20 lines
417 B
Plaintext
Raw Normal View History

2016-06-24 13:54:32 +01:00
# OS X filesystem custom folder attributes
2016-01-15 20:48:13 +00:00
.DS_Store
2015-06-23 15:39:10 +01:00
2016-06-24 13:54:32 +01:00
# Bundler-specific files
2015-06-23 15:39:10 +01:00
.gem
2015-12-23 13:52:44 +00:00
.bundle
2016-01-13 13:10:26 +00:00
2016-06-24 13:54:32 +01:00
# NPM-specific files
2016-01-13 13:10:26 +00:00
node_modules
npm-debug.log
2016-06-24 10:39:44 +01:00
# A temp file used to store the output from npm test
# used to update a PR with a comment
test_result
2016-06-24 13:54:32 +01:00
# 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
2016-06-24 10:39:44 +01:00
pages/index.json