Add event reminder (=self announcing of event at a specified time gap before the event starts) #58
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
<!-- Exclude the Node Modules directory. -->
|
||||
<exclude-pattern>/node_modules/*</exclude-pattern>
|
||||
|
||||
<!-- Exclude Javascript files. -->
|
||||
<exclude-pattern>*.js</exclude-pattern>
|
||||
|
||||
<!-- Exclude minified Javascript files. -->
|
||||
<exclude-pattern>*.min.js</exclude-pattern>
|
||||
|
||||
|
|
Loading…
Reference in a new issue