6 lines
63 B
Text
6 lines
63 B
Text
# .gitignore
|
|
/target
|
|
.env
|
|
*.log
|
|
exploits/*/
|
|
!exploits/.gitkeep
|