Skip to content

Commit cdda260

Browse files
committed
chore(ci): .gitignore was ignoring all files/directories names keys
- this was hiding some source files in vscode search and could likely have been very annoying when commiting stuff
1 parent be413ff commit cdda260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ target/
33
.vscode/
44

55
# Path we use for internal-keycache during tests
6-
keys/
6+
/keys/
77
# In case of symlinked keys
8-
keys
8+
/keys
99

1010
**/Cargo.lock
1111
**/*.bin
@@ -18,4 +18,4 @@ keys
1818
dieharder_run.log
1919

2020
# Coverage reports
21-
./coverage/
21+
/coverage/

0 commit comments

Comments
 (0)