Skip to content

Commit

Permalink
Exclude .git folder (FreshRSS#4824)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex authored Nov 7, 2022
1 parent ca6c934 commit f2fe9e2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.min.js
.git/
extensions/
node_modules/
p/scripts/vendor/
Expand Down
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
node_modules/
p/scripts/bcrypt.min.js
p/scripts/vendor/
Expand Down
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
lib/phpgt/
lib/phpmailer/
node_modules/
Expand Down
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
extensions/
node_modules/
p/scripts/vendor/
Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extend-exclude = [
"*.po",
"*.pot",
"*.rtl.css",
".git/",
"app/i18n/cz/",
"app/i18n/de/",
"app/i18n/es/",
Expand Down
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<description>Created with the PHP Coding Standard Generator. https://edorian.github.com/php-coding-standard-generator/</description>
<arg name="extensions" value="php,phtml,css,js"/>
<arg name="tab-width" value="4"/>
<exclude-pattern>./.git/</exclude-pattern>
<exclude-pattern>./lib/SimplePie/</exclude-pattern>
<exclude-pattern>./lib/phpgt/</exclude-pattern>
<exclude-pattern>./lib/phpmailer/</exclude-pattern>
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ parameters:
paths:
- .
excludePaths:
- .git/*
- lib/phpmailer/*
- lib/SimplePie/*
- node_modules/*
Expand Down

0 comments on commit f2fe9e2

Please sign in to comment.