gitignore template for flex projects

Hi All,

Well, me being an enthusiastic flex developer is no secret, nor me being a GIT fan-boy.

I thought it will be helpful to post my template for the gitignore files in all repositories containing flex projects

this is how it looks like

.DS_Store
.actionScriptProperties
.flexProperties
.project
.settings/*
bin-debug/*

The reason I’m ignoring all the settings files and the properties files is because all of these are environment specific, often not all developers on the team use the same settings and properties and that can break the entire working process.

Avi Tzurel

My name is Avi Tzurel. I'm a professional web developer from Israel. I spend most of my day developing both web products and RIA applications as well as imparting my experience onto others. I speak, teach and write about my passions, and develop applications according to what I preach. I specialize in Flex, Adobe Air, HTML, XHTML, Javascript, jQuery and other Javascript libraries, on the server side I do .net along side with Ruby on Rails. You can connect with me on Twitter or email me through the contact page on this blog.

  • Share/Bookmark
Posted Wednesday, July 28th, 2010 under General.

Tags: ,

Leave a Reply