We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8d3f9 commit f348a2bCopy full SHA for f348a2b
.gitignore
@@ -18,6 +18,9 @@
18
# Runtime directory (created at runtime, not tracked in VCS)
19
.renamify/
20
21
+# Dir for e2e tests
22
+renamify-e2e-test/
23
+
24
# Cloned source for reference
25
ripgrep-source/
26
scripts/e2e-test.sh
@@ -37,7 +37,7 @@ git clone . "$WORKDIR"
37
cd "$WORKDIR"
38
39
# Make ripgrep respect the same ignores as the tool
40
-cp .rfignore .rgignore
+cp .rnignore .rgignore
41
echo .rgignore >> .git/info/exclude
42
43
# Make sure working directory is clean before we start
0 commit comments