I made a Sinatra app, that will be hosted on Heroku, and the source will be up on GitHub. The problem is that i have a file with API keys, that is currently in .gitignore. Is there a w开发者_高级运维a
This question already has answers here: Closed 11 years ago. Possible Duplicate: gitignore without binary files
I\'m currently working on a PHP site, and am using Git both locally (development) and on the production site (a repo on my web server uses a post-recieve hook to deploy to the web root), the details o
When using Core Data, Xcode seems to modify the .xcdatamodel/layout file every time I view the data model. I don\'t want开发者_开发百科 to commit that change because I haven\'t done anything. Is it sa
I want to se开发者_高级运维t up Git to globally ignore certain files. I have added a .gitignore file to my home directory (/Users/me/) and I have added the following line to it:
I have a file (config.php), that is already committed to a Git repository, but I want to ignore locally, i.e. I want that file to remain in repository, but force Git to ignore any changes to it.
In my .gitignore file I have tmp/**/* What files does it exclude? Will it exclude all tmp and files/folders under it?
What are the differences between .gitignor开发者_StackOverflow社区e and .gitkeep? Are they the same thing with a different name, or do they both serve a different function?
Sorry for stupid title, first. :) Problem is very simple... .gitignore ignores me! Scenario: I needed to add application/bootstrap.php to ignore-list. That file ignores me (still visible).
I\'m using Git to manage a CodeIgniter project. I work on my local machine and push to a remote server, where I test everything. Then I use git ftp push to update the production site on another host.