简体   繁体   English

gitignore rails neo4j安装?

[英]gitignore rails neo4j installation?

Is there anything I want to gitignore in my rails neo4j installation if pushing to a public repo? 如果推送到公共仓库,我想在我的rails neo4j安装中使用gitignore吗? I am a newbie at neo4j and I noticed some development private keys under db/neo4j/development/certificates . 我是neo4j的新手,我注意到db/neo4j/development/certificates下的一些开发专用密钥。 Obviously I would't want to push up my production private key, but will it be ok to push up my development and test keys? 显然,我不想推高我的生产私钥,但是推高我的开发和测试键可以吗? In general, should I be pushing up the db/neo4j/development/ and db/neo4j/test/ folders or should I expect newcomers to a project to run rake neo4j:install[edition,environment] 总的来说,我应该提高db/neo4j/development/db/neo4j/test/文件夹,还是希望新来项目运行rake neo4j:install[edition,environment]

After a little research I found that this one neo4j rails example does in fact ignore the whole installation: 经过一些研究,我发现这个neo4j rails示例实际上忽略了整个安装:

https://github.com/andreasronge/neo4j-rails-example/blob/master/.gitignore https://github.com/andreasronge/neo4j-rails-example/blob/master/.gitignore

but it seems like I would not want to ignore the migrations. 但似乎我不想忽略这些迁移。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM