gitignore-file 269 B

12345678910
  1. #Dependencies defined in `package.json` got via `npm install`
  2. /node_modules/
  3. #Generated when running tests from cli via `npm test` / `grunt test`
  4. /test_runner.js
  5. #Generated when `grunt devel`, `grunt deploy` or `grunt deploy:lambda`
  6. /config.js
  7. /the.js
  8. /lambda/the.js