Skip to content

Commit

Permalink
exclude Ample client from repo (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchray committed Jun 11, 2021
1 parent 7cb5c5f commit 7bd15a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public/core/
public/develop/
public/master/
public/foam/
public/ample/
bootstrap/
components/
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$finder = PhpCsFixer\Finder::create()
->exclude(['vendor', 'lib/components', 'public/foam', 'public/client', 'public/newclient'])
->exclude(['vendor', 'lib/components', 'public/foam', 'public/ample', 'public/client', 'public/newclient'])
->in('public/')
->in('src/')
->in('tests/')
Expand Down
1 change: 1 addition & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<exclude-pattern>*client/*</exclude-pattern>
<exclude-pattern>*newclient/*</exclude-pattern>
<exclude-pattern>*foam/*</exclude-pattern>
<exclude-pattern>*ample/*</exclude-pattern>
<exclude-pattern>*templates/*</exclude-pattern>
<exclude-pattern>*components/*</exclude-pattern>
<exclude-pattern>*vendor/*</exclude-pattern>
Expand Down

0 comments on commit 7bd15a8

Please sign in to comment.