diff options
-rw-r--r-- | .gitignore | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 2220e84b2..f929e8e86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,25 @@ -*/bin -.attach_pid* -pom.xml.versionsBackup -log.txt -.vscode -.DS_Store -aj-build/ +# Maven target/ + +# Files + directories created during build +aj-build/ +build/local.properties +taskdefs/bin + +# Log files +log.txt + +# Eclipse .classpath .project .settings + +# IntelliJ IDEA +*.iml +.idea/ + +# Visual Studio Code +.vscode + +# MacOS X Finder +.DS_Store |