From ebf52d9e372d0416e874ae133dac51b7ffc95fe8 Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 14 Feb 2012 11:15:45 -0800 Subject: [PATCH] .gitignore --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3d5df7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +.DS_Store +Icon? +*~ +*.sw? + +*.pid +*.db +*.sqlite + +pip-log.txt +*.py[oc] +*.egg-info +*.un~ +.tox/ +.coverage +.coverage_html +docs/_build/* +.env/ + +npm-debug.log +node_modules/ +node_modules/* +*.sass-cache +lib-cov/ +test/*.log +test/fixtures/*.json +test/fixtures/logs/*.log + +build/ +dist/ +tmp/ +var/ -- 1.7.0.4