clarify .gitignore comments

This commit is contained in:
Waldir Pimenta
2016-06-24 13:54:32 +01:00
parent cefc1b2585
commit 5d7e09afc4

9
.gitignore vendored
View File

@@ -1,12 +1,15 @@
# OS X filesystem custom folder attributes
.DS_Store .DS_Store
# bundler specific # Bundler-specific files
.gem .gem
.bundle .bundle
# npm specific # NPM-specific files
node_modules node_modules
npm-debug.log npm-debug.log
# No index, no cry # 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 pages/index.json