diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de59de6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +syntax: glob +imagecache/*.png +imagecache/*.jpg +imagecache/*.jpeg +imagecache/*.gif +cache/* +*.log +*.log.? +*.log.?? +*.pyc +*.pyo +.*.swp +*~ +.DS_Store +._* +.htaccess + +users/* + +images/.htaccess