mirror of
https://github.com/pezkuwichain/pezkuwi-vanitygen.git
synced 2026-04-21 23:47:58 +00:00
39 lines
340 B
Plaintext
39 lines
340 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Source files (not needed in npm package)
|
|
src/
|
|
*.ts
|
|
!*.d.ts
|
|
|
|
# Config files
|
|
tsconfig.json
|
|
tsconfig.build.json
|
|
.gitignore
|
|
.editorconfig
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.github/
|
|
|
|
# Misc
|
|
.env
|
|
.env.local
|