Updating gitignore

This commit is contained in:
Jamie Hewitt 2022-05-18 12:17:37 +03:00
parent 35e5952081
commit 80ff80e0f3
2 changed files with 2 additions and 3 deletions

View File

@ -219,7 +219,7 @@ jobs:
- name: commit
run: |
# Stage the file, commit and push
git remote add origin https://github.com/oceanprotocol/ocean.js.git
git pull
BRANCH=${GITHUB_HEAD_REF#refs/heads/}
echo ${BRANCH}
git checkout origin/${BRANCH}

3
.gitignore vendored
View File

@ -9,5 +9,4 @@ src/**/*.js
src/metadata\.json
.idea
.vscode
.DS_Store
CodeExamples.md
.DS_Store