Skip to content

Instantly share code, notes, and snippets.

@AlexandreBonneau
Created January 30, 2017 04:08
Show Gist options
  • Save AlexandreBonneau/0c7925b4c4dfd0c1e9e6b14dec0b05f1 to your computer and use it in GitHub Desktop.
Save AlexandreBonneau/0c7925b4c4dfd0c1e9e6b14dec0b05f1 to your computer and use it in GitHub Desktop.
Proposed autoNumeric .npmignore
.DS_Store
node_modules/
# Logs
*.log
# Test files
test/e2e/reports
test/e2e/screenshots
# Built files
# (You want to keep that directory and its files when publishing to npmjs)
# dist/*
# Coverage files
test/unit/coverage
.coveralls.yml
# Config and settings directory from PhpStorm/WebStorm
.idea
# Other files you do not want to upload when publishing to npmjs
config/
test/
.*
karma.conf.js
tests.webpack.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment