diff --git a/.gitignore b/.gitignore index 26a62dc..5675a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,12 @@ -# ---> Actionscript -# Build and Release Folders -bin-debug/ -bin-release/ -[Oo]bj/ -[Bb]in/ - -# Other files and folders +.DS_Store +.idea/ +*.iml +target/ +2017* +.project +.classpath .settings/ - -# Executables -*.swf -*.air -*.ipa -*.apk - -# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` -# should NOT be excluded as they contain compiler settings and other important -# information for Eclipse / Flash Builder. - +*.log +bin/ +src/main/java/test/ +.mvn/ \ No newline at end of file