From 658de292f2a42327f9ee2f15c358dec7f9a2be9e Mon Sep 17 00:00:00 2001 From: Marcin Pietrzak Date: Fri, 2 Sep 2022 14:28:55 +0200 Subject: [PATCH] FUNDING.yml --- .github/FUNDING.yml | 11 ----------- Gruntfile.js | 5 ++++- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4226106..6d1d37c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,13 +1,2 @@ -# These are supported funding model platforms - github: iworks -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username ko_fi: iworks -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/Gruntfile.js b/Gruntfile.js index 55fd6a0..9752d50 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -242,6 +242,9 @@ module.exports = function(grunt) { '!bitbucket-pipelines.yml', '!.idea', // PHPStorm settings '!.git', + '!.github', + '!.github/*', + '!.github/**', '!Gruntfile.js', '!package.json', '!tests/*', '!package-lock.json', '!tests/*', @@ -289,4 +292,4 @@ module.exports = function(grunt) { grunt.task.run('clear'); grunt.util.linefeed = '\n'; -}; \ No newline at end of file +};