diff options
author | Alan Pearce | 2014-09-09 20:48:48 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-09 20:48:48 +0100 |
commit | 811dd1cb92a7248f16c66659c11ffd78fea3e2f6 (patch) | |
tree | f2ec9e2cbd40adc4dab80ac91c5f8f5248a643c7 /.gitignore | |
download | microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.lz microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.zst microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.zip |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e04714b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/target +/classes +/checkouts +pom.xml +pom.xml.asc +*.jar +*.class +/.lein-* +/.nrepl-port |