mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-06 17:36:50 +01:00
Add some more exceptions to .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,4 +1,16 @@
|
|||||||
Thumbs.db
|
Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
releases
|
releases
|
||||||
|
config.local.php
|
||||||
|
|
||||||
|
# cache
|
||||||
|
system/cache/*
|
||||||
|
!system/cache/signatures/.htaccess
|
||||||
|
!system/cache/twig/.htaccess
|
||||||
|
!system/cache/.htaccess
|
||||||
|
|
||||||
|
# logs
|
||||||
|
system/logs/*
|
||||||
|
!system/logs/.htaccess
|
||||||
Reference in New Issue
Block a user