mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
18 lines
218 B
Text
18 lines
218 B
Text
# Installer build artifacts
|
|
dist/
|
|
node_modules/
|
|
|
|
# macOS specific
|
|
*.pkg
|
|
*.dmg
|
|
.DS_Store
|
|
|
|
# Temporary certificate files during development
|
|
*.pem
|
|
*.key
|
|
certs/
|
|
|
|
# Build logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|