mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -3,9 +3,9 @@ target/
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# Path we use for internal-keycache during tests
|
# Path we use for internal-keycache during tests
|
||||||
keys/
|
/keys/
|
||||||
# In case of symlinked keys
|
# In case of symlinked keys
|
||||||
keys
|
/keys
|
||||||
|
|
||||||
**/Cargo.lock
|
**/Cargo.lock
|
||||||
**/*.bin
|
**/*.bin
|
||||||
@@ -18,4 +18,4 @@ keys
|
|||||||
dieharder_run.log
|
dieharder_run.log
|
||||||
|
|
||||||
# Coverage reports
|
# Coverage reports
|
||||||
./coverage/
|
/coverage/
|
||||||
|
|||||||
Reference in New Issue
Block a user