Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/.gitignore

36 lines
399 B

# Chamilo configuration
main/inc/conf
app/cache/*
app/config/*
app/data/*
app/logs/*
# Courses
courses/*
!courses/index.html
# Home
home/*
# User images
main/upload/users/*
!main/upload/users/index.html
# Logs and databases #
*.log
# Xapian indexes directory
searchdb/*
!searchdb/index.html
# IDE settings
.idea
.idea/*
.idea/dictionaries/*
.idea/cssxfire.xml
*.orig
nbproject/*
vendor/.git