-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignoring temporary files and helping to keep the default repo clean a…
…nd easy to work with.
- Loading branch information
1 parent
6c4cca1
commit 56e0feb
Showing
8 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Files *> | ||
Deny from all | ||
</Files> |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.