Files
getskills/.npmignore

39 lines
369 B
Plaintext
Raw Permalink Normal View History

# Development files
.git/
.gitignore
.vscode/
.idea/
# Test files
test/
*.test.js
*.spec.js
coverage/
# Documentation drafts
docs/drafts/
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Environment files
.env
.env.*
# Temporary files
*.log
*.tmp
.DS_Store
Thumbs.db
# Node
node_modules/
# Keep these files in the package
!README.md
!EXAMPLES.md
!LICENSE
!index.js