10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
|
# Ignore Rust target directory
|
||
|
/target
|
||
|
|
||
|
# Ignore .env files
|
||
|
.env
|
||
|
.env.build
|
||
|
|
||
|
# Ignore exploitation files - only usefull for local debugging on windows
|
||
|
lib/*.exp
|