This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
/
.gitignore
88 lines (80 loc) · 1.57 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
# OntoWiki configs
/config.ini
/local.ini
# OntoWiki muck
*.log
application/tests/cache
/cache
/uploads
/libraries
/logs
# Extensions
/extensions/*.ini
/extensions/*
!/extensions/account
!/extensions/application
!/extensions/auth
!/extensions/autologin
!/extensions/basicimporter
!/extensions/bookmarklet
!/extensions/ckan
!/extensions/community
!/extensions/cors
!/extensions/datagathering
!/extensions/defaultmodel
!/extensions/exconf
!/extensions/filter
!/extensions/googletracking
!/extensions/hideproperties
!/extensions/history
!/extensions/imagelink
!/extensions/imprint
!/extensions/jsonrpc
!/extensions/linkeddataserver
!/extensions/listmodules
!/extensions/literaltypes
!/extensions/mail
!/extensions/mailtolink
!/extensions/manchester
!/extensions/markdown
!/extensions/modellist
!/extensions/navigation
!/extensions/pingback
!/extensions/queries
!/extensions/resourcecreationuri
!/extensions/resourcemodules
!/extensions/savedqueries
!/extensions/selectlanguage
!/extensions/semanticsitemap
!/extensions/sendmail
!/extensions/sindice
!/extensions/sortproperties
!/extensions/source
!/extensions/themes
!/extensions/translations
!/extensions/weblink
# aksw specific mud
/BlogPost
/extensions/dssn/libraries/lib-dssn-php
# ide and editor dirt
.settings
.project
.idea
.buildpath
.DS_Store
nbproject
*~
*.swp
cache.properties
# test stuff
application/tests/config.ini
# build stuff
build/
!build/phpcs.xml
!build/phpcmd.xml
# composer stuff
/vendor
composer.phar
# for now we ignore the composer.lock, but we should commit it some dome day, especially for releases
# devenv stuff
/devenv