From 974dca4b2d910f7fceca0b0cbf12ec6c84a77cde Mon Sep 17 00:00:00 2001 From: fsword Date: Thu, 3 Mar 2011 23:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0git=20ignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 resource/gitignore diff --git a/resource/gitignore b/resource/gitignore new file mode 100644 index 0000000..17d8da6 --- /dev/null +++ b/resource/gitignore @@ -0,0 +1,24 @@ +.DS_Store +.bundle +.project +.idea +nbproject +config/database.yml +log/* +tmp/* +db/*.sqlite3 +db/schema.rb +**/.DS_Store +vendor/cache/* +*.rbc +*.sassc +.sass-cache +capybara-*.html +.rspec +.bundle +vendor/bundle +public/system/* +coverage/ +spec/tmp/* +**.orig +rerun.txt