Skip to content

Commit 21e0d5c

Browse files
committed
Update gitignore
Ignore all plugins « one shot » except test
1 parent 74c28ad commit 21e0d5c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.gitignore

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/featherbb/config.php
2-
/config.php
32
.idea/
43
nbproject/
54
.htaccess
65
composer.lock
76
cache/*.php
87
cache/*.cache
9-
plugins/bbcode-toolbar
10-
plugins/private-messages
11-
plugins/*.zip
12-
style/img/avatars/*
13-
!style/img/avatars/.gitkeep
8+
/plugins/*
9+
!/plugins/test
10+
/style/img/avatars/*
11+
!/style/img/avatars/.gitkeep

0 commit comments

Comments
 (0)