Security update for Core, with self-updated composer
[yaffs-website] / web / core / .gitignore
diff --git a/web/core/.gitignore b/web/core/.gitignore
new file mode 100644 (file)
index 0000000..be42d48
--- /dev/null
@@ -0,0 +1,11 @@
+# Ignore node_modules folder created when installing core's JavaScript
+# dependencies.
+node_modules
+
+# Ignore overrides of core's phpcs.xml.dist and phpunit.xml.dist.
+phpcs.xml
+phpunit.xml
+
+# Ignore package-lock.json that is automatically created when adding
+# dependencies by users of NPMv5.
+package-lock.json