Skip to content

Commit 9701b07

Browse files
committed
Update .svnignore to refine ignored files and folders
1 parent d273a6f commit 9701b07

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.svnignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
bin
1+
.git
2+
.github
3+
.svnignore
4+
.gitignore
5+
.distignore
26
node_modules
7+
/modules/**/node_modules
8+
/modules/**/src
9+
/integrations/**/src
10+
/integrations/**/node_modules
311
assets/src
412
assets/css/style.css.map
513
tests
614
nbproject
715
Gruntfile.js
816
package.json
917
changelog.txt
10-
.gitignore
11-
.travis.yml
1218
debug.log
1319
phpunit.xml
14-
.svnignore
1520
README.md
1621
package-lock.json
1722
phpcs.ruleset.xml
@@ -23,9 +28,5 @@ composer.lock
2328
composer.json
2429
.editorconfig
2530
.wordpress-org
26-
.distignore
27-
.git
28-
.github
29-
docs
3031
CHANGELOG.md
3132
DEVELOPER.md

0 commit comments

Comments
 (0)