diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d740c498f..47642d17a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +data/uploads/* +data/client/ +.* +!.highlight +!data/uploads/.htaccess +!.gitignore +!system/.htaccess +!application/.htaccess + .DS_Store application/cache/* @@ -6,4 +15,4 @@ application/cache/* application/logs/* !application/logs/index.html -!application/logs/.htaccess
\ No newline at end of file +!application/logs/.htaccess |