Skip to content

Commit

Permalink
Ignoring temporary files and helping to keep the default repo clean a…
Browse files Browse the repository at this point in the history
…nd easy to work with.
  • Loading branch information
lonnieezell committed Jun 28, 2013
1 parent 6c4cca1 commit 56e0feb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Ignore Mac folder files
.DS_Store
*.DS_Store

# Ignore folders with custom or
# temporary files that don't need
# storing with the repo
app/config/config.php
app/config/database.php
app/config/installed.php
writeable/gateway_log.txt
writeable/custom_uploads/*
writeable/editor_uploads/*
writeable/image_thumbs/*
writeable/templates_cache/*
writeable/templates_compile/*
3 changes: 3 additions & 0 deletions app/cache/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Files *>
Deny from all
</Files>
Empty file added app/cache/index.html
Empty file.
Empty file.
Empty file.
Empty file added writeable/image_thumbs/.gitkeep
Empty file.
Empty file.
Empty file.

0 comments on commit 56e0feb

Please sign in to comment.