Skip to content

Commit 56d7a2f

Browse files
committed
Merge branch 'master' into fix-go-gitea#6946-pass-in-pr-into-hooks
2 parents 4d68e21 + 04f996f commit 56d7a2f

File tree

4 files changed

+5
-3075
lines changed

4 files changed

+5
-3075
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ coverage.all
6767
/node_modules
6868
/modules/indexer/issues/indexers
6969
routers/repo/authorized_keys
70+
/package-lock.json
71+
/yarn.lock
7072

7173
# Snapcraft
7274
snap/.snapcraft/

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock=false
2+
save-exact=true

0 commit comments

Comments
 (0)