diff --git a/packages/strapi-plugin-setings-manager/.gitignore b/packages/strapi-plugin-setings-manager/.gitignore new file mode 100644 index 0000000000..6a37080b59 --- /dev/null +++ b/packages/strapi-plugin-setings-manager/.gitignore @@ -0,0 +1,10 @@ +# Don’t check auto-generated stuff into git +coverage +build +node_modules +stats.json + +# Cruft +.DS_Store +npm-debug.log +.idea