-
Notifications
You must be signed in to change notification settings - Fork 44
/
.gitignore
89 lines (74 loc) · 1.29 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# ignore Elgg configuration
/engine/settings.php
/engine/settings-*.php
/cometchat/*
/composer.phar
/cache
#log file
/mod/missions_organization/get_ancestors_log.txt
# ignore Single Signon mods
/mod/gsa/
# don't ignore bundled plugins
!/mod/blog/
!/mod/bookmarks/
!/mod/ckeditor/
!/mod/dashboard/
!/mod/developers/
!/mod/diagnostics/
!/mod/embed/
!/mod/externalpages/
!/mod/file/
!/mod/garbagecollector/
!/mod/groups/
!/mod/htmlawed/
!/mod/invitefriends/
!/mod/likes/
!/mod/logbrowser/
!/mod/logrotate/
!/mod/members/
!/mod/messageboard/
!/mod/messages/
!/mod/pages/
!/mod/profile/
!/mod/reportedcontent/
!/mod/search/
!/mod/site_notifications/
!/mod/tagcloud/
!/mod/thewire/
!/mod/twitter_api/
!/mod/uservalidationbyemail/
!/mod/web_services/
!/mod/zaudio/
# DO ignore the bundled plugins we don't use - for when we update to later versions
/mod/aalborg_theme/
/mod/categories/
/mod/custom_index/
/mod/legacy_urls/
/mod/notifications/
# ignore IDE/hidden/testing/OS cache files
*~
/nbproject
/nb-configuration.xml
Session.vim
*.tmproj
*.tmproject
*.phpproj
tmtags
Thumbs.db
Desktop.ini
npm-debug.log
# Codio.com
startup.sh
# don't ignore special configs
!/.mailmap
!/.travis.yml
!/.scrutinizer.yml
!.gitignore
!.scripts
!.tx
*.user
*.phpproj.user
# Ignore data files
/data/
# Composer files
/vendor/