-
Notifications
You must be signed in to change notification settings - Fork 49
/
.gitignore
70 lines (57 loc) · 940 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
60
61
62
63
64
65
66
67
68
69
70
# MAC
.DS_Store
# Git
*.diff
*.patch
# Sublime 2
sftp-config*
# Config Osclass
/config.php
/_config.php
.maintenance
# oc-content
oc-content/debug*.log
oc-content/queries.log
oc-content/explain_queries.log
oc-content/uploads/*
# themes
oc-content/themes/*
!oc-content/themes/index.php
# plugins
oc-content/plugins/*
!oc-content/plugins/index.php
!oc-content/plugins/google_maps/
# languages
oc-content/languages/*
!oc-content/languages/en_US
# Intellij IDEA
.idea/*
*.iml
# Others
.htaccess
nbproject/
.sass-cache
package-lock.json
# Release
release
# npm
node_modules
#dotenv
.env
# test
oc-includes/osclass/t/config.php
oc-includes/simpletest/test/osclass/custom_config.php
composer.phar
osclass_latest.zip
.php_cs.cache
robots.txt
/scratch.php
/error.log
/.php-cs-fixer.cache
/oc-admin/themes/modern/scss/bootstrap/
/oc-admin/themes/template/
.vscode/settings.json
.vscode/launch.json
info.php
testmail.php
config.php.local