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
This commit is contained in:
Arthur Meyre
2023-11-29 16:33:31 +01:00
parent be413fff50
commit cdda260063

6
.gitignore vendored
View File

@@ -3,9 +3,9 @@ target/
.vscode/
# Path we use for internal-keycache during tests
keys/
/keys/
# In case of symlinked keys
keys
/keys
**/Cargo.lock
**/*.bin
@@ -18,4 +18,4 @@ keys
dieharder_run.log
# Coverage reports
./coverage/
/coverage/