.npmignore 86 B

12345678
  1. # Node Files #
  2. /node_modules/
  3. npm-debug.log
  4. # IDE #
  5. .idea/
  6. # Demo application #
  7. demo/