You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by nl...@apache.org on 2017/02/21 18:48:56 UTC

incubator-spot git commit: Add basic .gitignore file for Maven, IntelliJ files

Repository: incubator-spot
Updated Branches:
  refs/heads/master 909040fa1 -> b1bb83671


Add basic .gitignore file for Maven, IntelliJ files


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/b1bb8367
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/b1bb8367
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/b1bb8367

Branch: refs/heads/master
Commit: b1bb83671c681410f98f27933605c7dfa4aa04d2
Parents: 909040f
Author: Sean Owen <sr...@percale.local>
Authored: Mon Feb 20 11:53:40 2017 -0800
Committer: Sean Owen <sr...@percale.local>
Committed: Mon Feb 20 11:53:40 2017 -0800

----------------------------------------------------------------------
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/b1bb8367/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..395dde9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.iml
+.idea/
+target/
\ No newline at end of file