Security update for Core, with self-updated composer
[yaffs-website] / web / core / .gitignore
1 # Ignore node_modules folder created when installing core's JavaScript
2 # dependencies.
3 node_modules
4
5 # Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
6 phpcs.xml
7 phpunit.xml
8
9 # Ignore package-lock.json that is automatically created when adding
10 # dependencies by users of NPMv5.
11 package-lock.json