initial version

This commit is contained in:
Eyal Toledano
2025-03-04 13:55:17 -05:00
commit 07648a1417
22 changed files with 4344 additions and 0 deletions

46
.npmignore Normal file
View File

@@ -0,0 +1,46 @@
# Development files
.git
.github
.vscode
.idea
.DS_Store
# Logs
logs
*.log
npm-debug.log*
dev-debug.log
init-debug.log
# Source files not needed in the package
src
test
tests
docs
examples
.editorconfig
.eslintrc
.prettierrc
.travis.yml
.gitlab-ci.yml
tsconfig.json
jest.config.js
# Original project files
tasks.json
tasks/
prd.txt
scripts/prd.txt
.env
# Temporary files
.tmp
.temp
*.swp
*.swo
# Node modules
node_modules/
# Debug files
*.debug