This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/master by this push:
new d456d54 From Kohei's PR
d456d54 is described below
commit d456d54200e7c747ef0312ca190c2a15433b6b3d
Author: Dave Johnson <[email protected]>
AuthorDate: Fri Jan 18 17:36:28 2019 -0500
From Kohei's PR
---
.gitignore | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/.gitignore b/.gitignore
index b2e8078..24a37b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,24 @@
+# Taken from
http://gary-rowe.com/agilestack/2012/10/12/a-gitignore-file-for-intellij-and-eclipse-with-maven/
+#
+# Eclipse
+.classpath
+.project
+.settings/
+
+# Intellij
+.idea/
+*.iml
+*.iws
+
+# Mac
+.DS_Store
+
+# Maven
+log/
+target/
+
+velocity.log
+
tomcat-base
deployment/docker-compose/postgresql-data
deployment/docker-compose/roller-data