From 5d7e09afc45011c5415839248ee9fb9241898538 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 24 Jun 2016 13:54:32 +0100 Subject: [PATCH] clarify .gitignore comments --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0cbf93a8..be241d1de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ +# OS X filesystem custom folder attributes .DS_Store -# bundler specific +# Bundler-specific files .gem .bundle -# npm specific +# NPM-specific files node_modules 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