You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/17 16:57:18 UTC

struts-extras git commit: Adds basic .gitignore

Repository: struts-extras
Updated Branches:
  refs/heads/master [created] c2a14c4de


Adds basic .gitignore


Project: http://git-wip-us.apache.org/repos/asf/struts-extras/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-extras/commit/c2a14c4d
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/c2a14c4d
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/c2a14c4d

Branch: refs/heads/master
Commit: c2a14c4de50c14a8828009b8a475fd30d184c756
Parents: 
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri Mar 17 17:57:10 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri Mar 17 17:57:10 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/c2a14c4d/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5735987
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.idea
+target
+.java-version
\ No newline at end of file