mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
# ignore all
|
|
/**/*.*
|
|
|
|
# unignore js and cssfiles
|
|
!**/*.js
|
|
!**/*.css
|
|
|
|
# reignore other js files
|
|
**/*.min.js
|
|
**/iframe-defer.js
|
|
**/mark.js
|
|
**/darkreader.js
|