diff options
author | Patrick Woodworth <[email protected]> | 2012-12-07 19:44:04 -0800 |
---|---|---|
committer | Patrick Woodworth <[email protected]> | 2012-12-07 19:44:04 -0800 |
commit | d9f287d7c72392d3d6733e54ba033c97ca621f2b (patch) | |
tree | 65260e1bba450b7654c2c0b838b783fb0fda7370 /.gitignore | |
parent | 311f9510bb2f41c97c1600b4f170f3551d8095ca (diff) |
Adding pom.xml and .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4a5277 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +target/ +*.iml |