mirror of
https://github.com/kharonsec/SecurityArc
synced 2026-04-25 14:44:57 +02:00
31 lines
282 B
Plaintext
31 lines
282 B
Plaintext
# Rust
|
|
/target
|
|
Cargo.lock
|
|
|
|
# Node / Web
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.env
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Windows & Installers
|
|
Thumbs.db
|
|
*.exe
|
|
*.msi
|
|
*.pdb
|
|
*.user
|
|
*.suo
|
|
installer/windows/*.exe
|
|
|
|
# SecureArc Specific
|
|
*.sarc
|
|
test-vectors/
|
|
*.log
|