mirror of
https://github.com/pezkuwichain/pezkuwi-vanitygen.git
synced 2026-04-22 03:18:00 +00:00
Add proper exports and npmignore for npm publishing
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user