From cffbc2c592f10c31668bd9c6654c8bb62405a67e Mon Sep 17 00:00:00 2001 From: Woody Folsom Date: Mon, 2 Apr 2012 13:57:50 -0400 Subject: [PATCH] Build artifact dirs (docs, dist, bin) are now excluded from source control. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3037395 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +bin + +build + +classes + +dist + +docs + +player.txt +DetailedInfo.txt +DetailedInfo.xml +*.png \ No newline at end of file