forked from Elgg/Elgg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (56 loc) · 953 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# ignore Elgg configuration
/engine/settings.php
/.htaccess
/mod/*
# don't ignore bundled plugins
!/mod/aalborg_theme/
!/mod/blog/
!/mod/bookmarks/
!/mod/categories/
!/mod/ckeditor/
!/mod/custom_index/
!/mod/dashboard/
!/mod/developers/
!/mod/diagnostics/
!/mod/embed/
!/mod/externalpages/
!/mod/file/
!/mod/garbagecollector/
!/mod/groups/
!/mod/htmlawed/
!/mod/invitefriends/
!/mod/legacy_urls/
!/mod/likes/
!/mod/logbrowser/
!/mod/logrotate/
!/mod/members/
!/mod/messageboard/
!/mod/messages/
!/mod/notifications/
!/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/
# ignore IDE/hidden/testing/OS cache files
.*
*~
/nbproject
/nb-configuration.xml
Session.vim
*.tmproj
*.tmproject
tmtags
Thumbs.db
Desktop.ini
# don't ignore special configs
!/.travis.yml
!/.scrutinizer.yml
!.gitignore
!.scripts