diff --git a/Actionscript.gitignore b/Actionscript.gitignore index d64cf3cd..e4425d5d 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -3,8 +3,17 @@ bin/ bin-debug/ bin-release/ -# Project property files +# Flash Builder project file, comment out if desired .actionScriptProperties + +# FlashDevelop project file, comment out if desired +.as3proj + +# Flash Builder project property files .flexProperties .settings/ -.project \ No newline at end of file +.project + +# FlashDevelop project property files +obj/ +.lxml \ No newline at end of file