Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Commits
a76b1e5e
Commit
a76b1e5e
authored
7 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/better-ignore' into 'devel'
better ignore See merge request wpdesk/plugin-template!22
parents
0007fd17
7cd6965e
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!36
Devel
,
!22
better ignore
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
apigen.neon
+0
-2
0 additions, 2 deletions
apigen.neon
phpcs.xml.dist
+0
-2
0 additions, 2 deletions
phpcs.xml.dist
with
2 additions
and
5 deletions
.gitignore
+
2
−
1
View file @
a76b1e5e
...
@@ -2,3 +2,4 @@
...
@@ -2,3 +2,4 @@
.idea
.idea
build-coverage
build-coverage
*.phar
*.phar
composer.lock
\ No newline at end of file
This diff is collapsed.
Click to expand it.
apigen.neon
+
0
−
2
View file @
a76b1e5e
...
@@ -3,8 +3,6 @@ templateConfig: /app/theme-woocommerce/config.neon
...
@@ -3,8 +3,6 @@ templateConfig: /app/theme-woocommerce/config.neon
extensions: [php]
extensions: [php]
source:
source:
- classes
- classes
- plugin-template.php
- bootstrap.php
exclude:
exclude:
- vendor
- vendor
- tests
- tests
...
...
This diff is collapsed.
Click to expand it.
phpcs.xml.dist
+
0
−
2
View file @
a76b1e5e
...
@@ -13,8 +13,6 @@
...
@@ -13,8 +13,6 @@
<arg
name=
"extensions"
value=
"php"
/>
<arg
name=
"extensions"
value=
"php"
/>
<file>
./bootstrap.php
</file>
<file>
./plugin-template.php
</file>
<file>
./classes
</file>
<file>
./classes
</file>
<exclude-pattern>
*/settings-api/*
</exclude-pattern>
<exclude-pattern>
*/settings-api/*
</exclude-pattern>
</ruleset>
</ruleset>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment