Files
SecurityArc/.gitignore
2025-12-11 12:26:01 +01:00

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