Files
pezkuwi-vanitygen/.npmignore
T

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