diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-04-01 18:14:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-04-01 18:23:46 -0400 |
commit | 6bc45fd509a55b0b003a4e004335ac2d3e91377d (patch) | |
tree | ffbc824eeb23ebac693ca7c2035b852b39212515 /.gitignore | |
download | sangria-6bc45fd509a55b0b003a4e004335ac2d3e91377d.tar.xz |
Add sangria-core module.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c94e1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Maven +target/ +libs/ + +# IntelliJ IDEA +.idea/ +*.iml |