We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d273a6f commit 9701b07Copy full SHA for 9701b07
1 file changed
.svnignore
@@ -1,17 +1,22 @@
1
-bin
+.git
2
+.github
3
+.svnignore
4
+.gitignore
5
+.distignore
6
node_modules
7
+/modules/**/node_modules
8
+/modules/**/src
9
+/integrations/**/src
10
+/integrations/**/node_modules
11
assets/src
12
assets/css/style.css.map
13
tests
14
nbproject
15
Gruntfile.js
16
package.json
17
changelog.txt
-.gitignore
-.travis.yml
18
debug.log
19
phpunit.xml
-.svnignore
20
README.md
21
package-lock.json
22
phpcs.ruleset.xml
@@ -23,9 +28,5 @@ composer.lock
23
28
composer.json
24
29
.editorconfig
25
30
.wordpress-org
26
-.distignore
27
-.git
-.github
-docs
31
CHANGELOG.md
32
DEVELOPER.md
0 commit comments