jpweeks/particulate-js

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.rej
*.swo
*.swp
*.vi
*~
*.psd

# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.pydevproject
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace

# npm
node_modules

# dist
*-bundle.js

# docs
docs
docs-theme

# test coverage
test-report