-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
52 lines (48 loc) · 1 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
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess
/nbproject/private/
.DS_Store
application/cache/*
application/logs/*
/vendor/
# IDE Files
#-------------------------
/nbproject/
.idea/*
## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
# CI Project
#-------------------------
.gitignore
contributing.md
index.php
/system/*
application/config/*
application/core/*
application/helpers/*
application/hooks/*
application/language/*
application/models/*
application/third_party/*
application/views/*
!application/libraries/SmartGrid/*
/license.txt
/readme.rst
/application/.htaccess
/application/index.html
/application/controllers/Welcome.php
/application/controllers/index.html
/application/libraries/index.html
!/application/views/example_smartgrid.php
/mpp.txt
!/application/views/smartgrid_and_datatables.php
!/application/views/example_smartgrid_arraygrid.php
!/application/config/smartgrid.php