gitignore template for flex projects

Posted on Jul 28, 2010

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:

[shell]

.DS_Store

.actionScriptProperties

.flexProperties

.project

.settings/*

bin-debug/*

[/shell]

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.