aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes_rudolph@gmx.de>2012-10-10 09:56:45 +0200
committerJohannes Rudolph <johannes_rudolph@gmx.de>2012-10-10 09:56:45 +0200
commit14435c6e5264d8bf665695b503cbcb574e96aaa3 (patch)
tree79e812209dfbc56dab7b332a2ff79f65ef0d884c
downloadsbt-boilerplate-14435c6e5264d8bf665695b503cbcb574e96aaa3.tar.gz
sbt-boilerplate-14435c6e5264d8bf665695b503cbcb574e96aaa3.tar.bz2
sbt-boilerplate-14435c6e5264d8bf665695b503cbcb574e96aaa3.zip
initialize
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2e0b481
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+/.idea/
+/project/boot/
+/project/plugins/project
+target/
+lib_managed/
+src_managed/
+test-output/
+*.iml