]> source.dussan.org Git - aspectj.git/commitdiff
Reorganise + comment .gitignore, ignore IntelliJ IDEA projects
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 10 Mar 2019 03:07:03 +0000 (10:07 +0700)
committerAndy Clement <aclement@pivotal.io>
Wed, 22 Apr 2020 00:35:51 +0000 (17:35 -0700)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
.gitignore

index 2220e84b2b095a1700b149153edb0794e0f0aacc..f929e8e86162a22e1857aafeccdba907c535a7a1 100644 (file)
@@ -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