mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 11:29:55 +08:00
fixes to gitignore
This commit is contained in:
+1
-5
@@ -1,10 +1,6 @@
|
||||
node_modules
|
||||
|
||||
dist
|
||||
docs/*.log
|
||||
docs/db.json
|
||||
docs/public/
|
||||
docs/.deploy*/
|
||||
|
||||
npm-debug.log*
|
||||
dump.rdb
|
||||
@@ -26,8 +22,8 @@ test/e2e/selenium-debug.log
|
||||
browserstack.err
|
||||
|
||||
plugins.json
|
||||
plugins/*
|
||||
|
||||
plugins/*
|
||||
!plugins/talk-plugin-akismet
|
||||
!plugins/talk-plugin-auth
|
||||
!plugins/talk-plugin-author-menu
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
public
|
||||
!public/_redirects
|
||||
.deploy*/
|
||||
db.json
|
||||
*.log
|
||||
Reference in New Issue
Block a user