Skip to content

Commit

Permalink
update gitignore to exclude package dependency source code
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanstudioroot committed Feb 5, 2020
1 parent 587ca42 commit 96a61c6
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,8 @@ dist
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test
.vscode-test

## POST INSTALL DIRECTORIES
# Stores package dependencies for project
pkg-all
8 changes: 8 additions & 0 deletions Assets/pkg-all.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 31 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"bugs": {
"url": "https://github.com/jordanstudioroot/RootGen-UnityCSharp-NPM/issues"
},
"homepage": "https://github.com/jordanstudioroot/RootGen-UnityCSharp-NPM#readme"
"homepage": "https://github.com/jordanstudioroot/RootGen-UnityCSharp-NPM#readme",
"dependencies": {
"studiorootgames.root-events": "github:jordanstudioroot/RootEvents-UnityCSharp-NPM"
}
}

0 comments on commit 96a61c6

Please sign in to comment.