mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Add installer changes
This commit is contained in:
parent
e765ccf303
commit
2158478894
13 changed files with 674 additions and 21 deletions
18
installer/.gitignore
vendored
Normal file
18
installer/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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*
|
||||
Loading…
Add table
Add a link
Reference in a new issue