We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ecdce + ff9248a commit 3079e8bCopy full SHA for 3079e8b
railties/lib/rails/generators/rails/app/templates/gitignore.tt
@@ -1,8 +1,8 @@
1
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2
#
3
-# If you find yourself ignoring temporary files generated by your text editor
4
-# or operating system, you probably want to add a global ignore instead:
5
-# git config --global core.excludesfile '~/.gitignore_global'
+# Temporary files generated by your text editor or operating system
+# belong in git's global ignore instead:
+# `$XDG_CONFIG_HOME/git/ignore` or `~/.config/git/ignore`
6
7
# Ignore bundler config.
8
/.bundle
0 commit comments