mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-05 20:41:34 +08:00
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
# dev profile
|
|
src/main/resources/application-dev.properties
|
|
|
|
# ignore plugins source code
|
|
src/main/java/com/chatopera/cc/plugins/
|
|
|
|
# ignore channel views within plugins
|
|
src/main/resources/templates/admin/channel/*
|
|
!src/main/resources/templates/admin/channel/im
|
|
|
|
# ignore app views within plugins
|
|
src/main/resources/templates/apps/callout
|
|
src/main/resources/templates/apps/chatbot
|