git - Does cf push respect the use of .gitignore? -
i'm using .gitignore file below hope when push application, tmp directory , swap files ignored. isn't happening though , wondering if cf push considers .gitignore?
*.swp tmp/ does know if cf push takes .gitignore file consideration?
the file .cfignore used purpose -- not same .gitignore, rather analogy cf tool.
the reason not using them same purpose may have example files used build (or source code!) go git not bluemix runtime, , alternatively, other files credentials or configurations deployed app still not go git. (you use .cfignore exclude first set, , .gitignore in other case.)
Comments
Post a Comment