mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-12 00:38:23 +00:00
0646b4fe7d
This is some sort of Hello World for selenium. This patch adds the config files and a couple of very basic tests. Bug: T214478 Change-Id: I8193b4edb40332bea1d08e24ec020bf36004320d
27 lines
272 B
Plaintext
27 lines
272 B
Plaintext
/extensions/
|
|
/vendor/
|
|
node_modules/
|
|
/composer.lock
|
|
.eslintcache
|
|
|
|
# Editors
|
|
*.kate-swp
|
|
*~
|
|
\#*#
|
|
.#*
|
|
.*.swp
|
|
.project
|
|
.buildpath
|
|
.classpath
|
|
.settings
|
|
cscope.files
|
|
cscope.out
|
|
*.orig
|
|
## NetBeans
|
|
nbproject*
|
|
project.index
|
|
## Sublime
|
|
sublime-*
|
|
sftp-config.json
|
|
/tests/selenium/log
|