From 4657fbcd87025d8478a81302b238e2eca2f48817 Mon Sep 17 00:00:00 2001 From: Gustavo Bordoni Date: Fri, 26 Apr 2024 23:57:48 -0400 Subject: [PATCH] Ignore a couple more files + Include language files --- .distignore | 5 +++++ .puprc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.distignore b/.distignore index e69de29..1b66e72 100644 --- a/.distignore +++ b/.distignore @@ -0,0 +1,5 @@ +node_modules +gulpfile.babel.js +.distignore +.distfiles +package-lock.json \ No newline at end of file diff --git a/.puprc b/.puprc index 80d9e2e..65dcb90 100644 --- a/.puprc +++ b/.puprc @@ -17,6 +17,11 @@ "fail_method_dev": "warn" } }, + "i18n": { + "slug": "fakerpress", + "textdomain": "fakerpress", + "url": "https://translate.wordpress.org/api/projects/wp-plugins/fakerpress/stable" + }, "paths": { "build_dir": ".pup-build", "changelog": "readme.txt",