You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
787 B
59 lines
787 B
# Chamilo configuration
|
|
main/inc/conf
|
|
|
|
# Temp directories
|
|
archive/*
|
|
!archive/.htaccess
|
|
|
|
# Courses
|
|
|
|
courses/*
|
|
!courses/index.html
|
|
|
|
# Home
|
|
home/*
|
|
|
|
# User images
|
|
main/upload/users/*
|
|
!main/upload/users/index.html
|
|
|
|
# Session images
|
|
main/upload/sessions/*
|
|
!main/upload/sessions/index.html
|
|
|
|
# Course images
|
|
main/upload/courses/*
|
|
!main/upload/courses/index.html
|
|
|
|
# Logs and databases #
|
|
*.log
|
|
|
|
# Xapian indexes directory
|
|
searchdb/*
|
|
!searchdb/index.html
|
|
|
|
# IDE settings
|
|
|
|
.idea
|
|
.idea/*
|
|
.idea/dictionaries/*
|
|
.idea/cssxfire.xml
|
|
|
|
*.orig
|
|
nbproject/*
|
|
|
|
# Plugins config files
|
|
plugin/bbb/config.vm.php
|
|
|
|
# Cron temp files
|
|
main/cron/incoming/*
|
|
|
|
# Stuff updated through composer
|
|
vendor
|
|
web/assets/*
|
|
|
|
# Data directory (new directory for archive/)
|
|
data/*
|
|
!data/index.html
|
|
data/badges/*
|
|
!data/badges/index.html
|
|
|