diff --git a/.gitignore b/.gitignore index 81ebb0e..b357851 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,15 @@ -/bin -/.settings -/.project -/away3d_core_fp11 \ No newline at end of file +# Build and Release Folders +bin/ +bin-debug/ +bin-release/ +out/ + +# Project property files +.actionScriptProperties +.flexProperties +.flexLibProperties +.settings/ +.idea/ +.project +.DS_Store +*.iml \ No newline at end of file