.gitignore 440 B

123456789101112131415161718192021
  1. # Ignore node_modules folder created when installing core's JavaScript
  2. # dependencies.
  3. node_modules
  4. yarn-error.log
  5. # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
  6. phpcs.xml
  7. phpunit.xml
  8. # Ignore package-lock.json that is automatically created when adding
  9. # dependencies by users of NPMv5.
  10. package-lock.json
  11. # Ignore test reports
  12. reports
  13. # Ignore local Nightwatch settings
  14. nightwatch.settings.json
  15. # Ignore dotenv
  16. .env