c2/target
target
implant/target
client/target
client_v2/target
shared/target
shared_c2_client/target
/c2/staged_files/*
/c2/logs/*
/c2/loot/*
*Cargo.lock
*.exe
*.dll
*.svc
/client-leptos/dist
/client/dist
*.pem
c2_transfer/*
wofs_static/*
# But do track readme changes
!wofs_static/Readme.md

# Ignore user defined profiles, dont want to overwrite those
c2/profiles/*.toml
# Track the example profile - 
!c2/profiles/profile.example.toml

# Now the env file is setup, we want to ignore it for future commits to prevent overwriting.
.env
client-leptos/dist/index.html
client/dist/index.html
