forked from beeznest/chamilo-lms-icpna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (35 loc) · 825 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Chamilo
config/auth.conf.php
config/configuration.php
config/events.conf.php
config/mail.conf.php
config/portfolio.conf.php
config/profile.conf.php
tests/unittests/db.conf.php
tests/logs/*
!data/
data/*
!data/temp/twig/PLACEHOLDER
!data/default_course_document
!data/default_platform_document
!data/upload/users
!data/courses/index.html
# Logs and databases #
*.log
# IDE settings
.idea
*.orig
nbproject/*
vendor/.git
.*.swp
vendor/ezyang/htmlpurifier/docs/*
vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Filter/ExtractStyleBlocks.txt
vendor/ezyang/htmlpurifier/smoketests/*
vendor/realityking/pchart/Sample/*
vendor/realityking/pchart/Example*
# Doctrine entities generation tests
tests/doctrine_console/generated
tests/doctrine_console/mapping
tests/doctrine_console/Proxies
# OS stuff
.DS_Store