markjaquith / feedback

Ask @markjaquith anything!
42 stars 4 forks source link

wp-config does not show in remote repo after I commit to bitbucket #72

Open banpie opened 7 years ago

banpie commented 7 years ago

Thank for your wp skeleton! I have deploy it using deploybot, but have a problem.

I set it up using mamp, and after I push it to the remote repo, I can not find the "shared"folder and "wp-config.php" in the bitbucket repo.

btw, here is my .gitignore:

/shared
/local-config.php
/sql-dump-*.sql
/db-sync
/content/upgrade/
.DS_Store

[http] 
    postBuffer = 524288000

Search a lot but still can not find a solution. Thanks again!

markjaquith commented 7 years ago

The shared directory does not get committed. Not sure what's going on with wp-config.php.