Skip to content

Commit e72fa8f

Browse files
committed
remove github-token from gitignore because its meant to be in home dir. Bold this part in the README so its more clear
1 parent 5eb0594 commit e72fa8f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ next-env.d.ts
4242
.sourcebot
4343
/bin
4444
/config.json
45-
46-
.github-token

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The zoekt binaries and web dependencies are placed into `bin` and `node_modules`
166166

167167
Generate a GitHub Personal Access Token (PAT) [here](https://github.com/settings/tokens/new). If you are indexing public repositories only, you can select the `public_repo` scope, otherwise you will need the `repo` scope.
168168

169-
Create a text file named `.github-token` in your home directory and paste the token in it. The file should look like:
169+
Create a text file named `.github-token` **in your home directory** and paste the token in it. The file should look like:
170170
```sh
171171
ghp_...
172172
```

0 commit comments

Comments
 (0)