This is an automated email from the ASF dual-hosted git repository.
adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller-website.git
The following commit(s) were added to refs/heads/master by this push:
new f2f645b Added the iml file in Git ignore Also done minor
restructuring in file.
new 6c77dfb Merge pull request #7 from swapnilmmane/master
f2f645b is described below
commit f2f645b1a785204e1e045313a4db5be45cd98c13
Author: Swapnil M Mane <[email protected]>
AuthorDate: Sat Aug 17 19:24:00 2019 +0530
Added the iml file in Git ignore
Also done minor restructuring in file.
---
.gitignore | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4b6c48b..eaf28ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
-# Created by .ignore support plugin (hsz.mobi)
-.idea/
-sources/target/
\ No newline at end of file
+# Build
+sources/target/
+
+# IDE Generated
+*.idea
+*.iml
\ No newline at end of file