Skip to content

Commit 8aadfaf

Browse files
authored
Update README.md
1 parent 2f302cc commit 8aadfaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ To create and obtain the correct credentials, do the following:
6161

6262
#### .redditfsignore
6363

64-
A `redditfsignore` file specifies intentionally untracked files that Redditfs should ignore.
64+
A `.redditfsignore` file specifies intentionally untracked files that Redditfs should ignore. This file should be located in the root of your repository
6565

6666
For example:
6767

6868
```git
69-
dist/
70-
node_modules/
71-
.vscode/
69+
dist/
70+
node_modules/
71+
.vscode/
7272
```
7373

7474
This will ignore everything inside of a `dist`, `node_modules`, and `.vscode` directory.

0 commit comments

Comments
 (0)