diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68baf84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +*.class +*.log + +# sbt specific +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies +.cache +.classpath +.project +.worksheet/ +bin/ +.settings/ + +# OS X +.DS_Store + +# Ctags +.tags + +# ENSIME +.ensime +.ensime_cache/ + +# IntelliJ +.idea/ \ No newline at end of file diff --git a/cats.graffle/data.plist b/cats.graffle/data.plist new file mode 100644 index 0000000..10c99ca Binary files /dev/null and b/cats.graffle/data.plist differ diff --git a/cats.graffle/image1.tiff b/cats.graffle/image1.tiff new file mode 100644 index 0000000..849805b Binary files /dev/null and b/cats.graffle/image1.tiff differ diff --git a/cats.pdf b/cats.pdf new file mode 100644 index 0000000..e227e86 Binary files /dev/null and b/cats.pdf differ