Skip to content

Commit 1efef6f

Browse files
author
Benoit Hudson
committed
UT-109: add npmrc to gitignore
npmrc has authentication keys in it, don't share!
1 parent 00bbba3 commit 1efef6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
[Pp]rojectSettings/*.asset
2424
[Pp]rojectSettings/*.txt
2525

26+
# Ignore npmrc because it has auth keys in it
27+
.npmrc
28+
2629
# below taken from: https://github.com/github/gitignore/blob/master/Unity.gitignore
2730

2831
[Ll]ibrary/

0 commit comments

Comments
 (0)