mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-03 08:59:21 +08:00
* Add publish_to_discourse utility function * Apply linting * Make PHP 8 linter happy * Add custom option support
17 lines
163 B
Text
17 lines
163 B
Text
*.swp
|
|
|
|
# JetBrains IDEs
|
|
.idea/*
|
|
|
|
# Tests
|
|
tests/integration/config.php
|
|
|
|
vendor/*
|
|
|
|
wpcs/*
|
|
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
node_modules
|
|
.phpunit.result.cache
|