Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get-Simple git ignore
#1
Hi, I'm trying to establish a nice workflow for a small group of developers working on some GS websites. I am pretty comfortable with git so I created a repository that included the following directories and files:

/data
/plugins
/theme
/sitemap.xml
/robots.xml
/.htacess (I'm not sure about this one) -*

I added these to .gitignore:
/data/cache
/data/users
/data/other/logs
/data/other/website.xml
/data/other/authorization.xml (Not sure about this one either. It seems to work without conflict either way but I excluded it anyway, just in case) -*

I installed GS and created a git repository and .gitignore with the above rules on a production and development server. Works great for some of the pesky problems that show up when moving code around from server to server and keeps your repository nice and neat.

Really though, I was just wondering if anyone has any other files I might want to add or remove from the ingore rules. Also, what exactly does authorization.xml do?
Reply


Messages In This Thread
Get-Simple git ignore - by totbar - 2012-07-19, 15:03:30
RE: Get-Simple git ignore - by lnickel - 2014-12-30, 00:41:50
RE: Get-Simple git ignore - by shawn_a - 2014-12-30, 05:21:15



Users browsing this thread: 1 Guest(s)