forked from mindstellar/Osclass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (43 loc) · 749 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
# MAC
.DS_Store
# Git
*.diff
*.patch
# Sublime 2
sftp-config*
# Config Osclass
/config.php
/_config.php
oc-includes/osclass/t/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/modern/
!oc-content/themes/bender
# plugins
oc-content/plugins/*
!oc-content/plugins/index.php
!oc-content/plugins/google_analytics/
!oc-content/plugins/google_maps/
# Intellij IDEA
.idea/*
*.iml
# Others
.htaccess
nbproject/
.sass-cache
package-lock.json
# npm
node_modules
# 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