Skip to content

Commit a6c9572

Browse files
committed
Exclude codeception.yml from build
1 parent 80d421d commit a6c9572

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function( grunt ) {
1010
'!**/.*',
1111
'!bootstrap.php',
1212
'!ChangeLog.md',
13+
'!codeception.yml',
1314
'!composer.json',
1415
'!composer.lock',
1516
'!Gruntfile.js',

languages/wp-php-console.pot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Copyright (C) 2016 Fulvio Notarstefano
1+
# Copyright (C) 2018 Fulvio Notarstefano
22
# This file is distributed under the GPL-2.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WP PHP Console 1.5.0\n"
5+
"Project-Id-Version: WP PHP Console 1.5.2\n"
66
"Report-Msgid-Bugs-To: https://github.com/unfulvio/wp-php-console\n"
7-
"POT-Creation-Date: 2016-06-03 14:15:06+00:00\n"
7+
"POT-Creation-Date: 2018-09-12 09:23:23+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Fulvio Notarstefano <[email protected]>\n"
1313
"Language-Team: Fulvio Notarstefano <[email protected]>\n"
14-
"X-Generator: grunt-wp-i18n 0.5.4\n"
15-
"X-Poedit-KeywordsList: "
16-
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
17-
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
1814
"Language: en_US\n"
1915
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2016
"X-Poedit-Country: United States\n"
2117
"X-Poedit-SourceCharset: UTF-8\n"
18+
"X-Poedit-KeywordsList: "
19+
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
20+
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
2221
"X-Poedit-Basepath: ../\n"
2322
"X-Poedit-SearchPath-0: .\n"
2423
"X-Poedit-Bookmarks: \n"
2524
"X-Textdomain-Support: yes\n"
25+
"X-Generator: grunt-wp-i18n1.0.2\n"
2626

2727
#. Plugin Name of the plugin/theme
2828
msgid "WP PHP Console"

0 commit comments

Comments
 (0)