Skip to content

Commit d6ba02e

Browse files
committed
Add local plugins
1 parent 5146097 commit d6ba02e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ node_modules/
133133
config.json
134134
plugins/
135135
!plugins/registry.json
136+
!plugins/@local/
136137
temp/
137138
test.py
138139

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ package-lock.json
130130
node_modules/
131131

132132
# Modmail
133+
plugins/*
134+
!plugins/registry.json
135+
!plugins/@local
133136
config.json
134137
temp/
135138
test.py

plugins/.gitignore

-4
This file was deleted.

plugins/@local/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)