Skip to content

Commit e4491ef

Browse files
author
Dale Nguyen
committed
Added gitignore
1 parent db980eb commit e4491ef

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Directories
2+
/.wordpress-org export-ignore
3+
/.github export-ignore
4+
5+
# Files
6+
/.editorconfig export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore

.github/workflows/master.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ on:
1111

1212
jobs:
1313
deploy-plugin:
14-
name: New tag
14+
name: Plugin Deployment
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- name: Checkout
19-
uses: actions/checkout@master
18+
- uses: actions/checkout@master
2019
- name: WordPress Plugin Deploy
2120
uses: 10up/action-wordpress-plugin-deploy@master
2221
env:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.git
2+
/.github
3+
/node_modules

0 commit comments

Comments
 (0)