diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-11 01:04:51 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-11 01:04:51 +0000 |
commit | 3b649e6855ea849808473349f8213f1304f0c92a (patch) | |
tree | c49f405bd0cc989665cc9620d5b4bf32f029906b | |
parent | 342336f51c2e714f12238cf272127ac608a11409 (diff) |
Add .gitignore to ignore IDE files and compiled classes
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ef6b74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +*.iml +/target |