.gitignore 311 B

1234567891011
  1. # Ignore node_modules folder created when installing core's JavaScript
  2. # dependencies.
  3. node_modules
  4. # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
  5. phpcs.xml
  6. phpunit.xml
  7. # Ignore package-lock.json that is automatically created when adding
  8. # dependencies by users of NPMv5.
  9. package-lock.json