Skip to content

Commit

Permalink
npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jan 5, 2025
1 parent af5e70d commit 5062d41
Show file tree
Hide file tree
Showing 11 changed files with 3,637 additions and 0 deletions.
52 changes: 52 additions & 0 deletions js/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Node.js
node_modules/
npm-debug.log
yarn-error.log
.parcel-cache

# Logs
logs/
*.log
*.log.*

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env

# MacOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db

# IDEs and editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Other
*.bak
*.tmp

# Build files
build/
dist/
24 changes: 24 additions & 0 deletions js/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Dependency directories
node_modules/

src/
test/

# Optional npm cache directory
.npm/

# Optional REPL history
.node_repl_history

# Output directories
dist/
build/

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS-specific files
.DS_Store
Thumbs.db
Loading

0 comments on commit 5062d41

Please sign in to comment.