Skip to content
#

gitignore

Here are 355 public repositories matching this topic...

blueyed
blueyed commented Sep 12, 2019

rg --debug should output information about ignore files being read.

Currently it outputs something like the following, but it is not clear where the patterns are coming from:

% rg --no-config --debug foo
DEBUG|rg::args|src/args.rs:544: not reading config files because --no-config is present
DEBUG|grep_regex::literal|grep-regex/src/literal.rs:59: literal prefixes detected: Literals {
matthewadams
matthewadams commented Mar 4, 2020

Issue

Development Environment:

  • Machine (Local, Container, Virtual): Local
  • Operating System (Name/Version): macOS
  • Web Browser (Name/Version): Chrome/79.0.3945.130 (Official Build) (64-bit)
  • Vapor Version:
  • Swift Version:

Expected Behavior:

N/A

Actual Behavior:

N/A

Reproduction Steps:

N/A

This issue is simply a documentation sug

genoud
genoud commented Sep 19, 2019

The pattern **folder is currently not respected. This pattern is not documented in the official git documentation here https://git-scm.com/docs/gitignore but is enforced by git and is different from the pattern **/folder.

The difference

**/subfolder \n
!folder/subfolder/testFile.txt

Will ignore the folder subfolder and the negation pattern will not work, as expl

ZHULOO
ZHULOO commented Apr 25, 2020
  • VSCode Version: 1.44.2
  • VSCode-R Version: 1.2.8
  • OS Version: windows 10
    All settings were done, but when I type the ctrl+enter, there will be a massage "There are no open terminals.", so I have to run R : Create R terminal and then type ctrl +enter to run the selected line in the created radian terminal.
    How can I run the selected

Improve this page

Add a description, image, and links to the gitignore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gitignore topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.