-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (30 loc) · 696 Bytes
/
.gitignore
File metadata and controls
43 lines (30 loc) · 696 Bytes
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
# Created by https://www.gitignore.io/api/codeigniter
# Edit at https://www.gitignore.io/?templates=codeigniter
### CodeIgniter ###
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!*/cache/index.html
!*/cache/.htaccess
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/
### CodeIgniter Patch ###
# End of https://www.gitignore.io/api/codeigniter
*.env.development
*.env.testing
*.env.production
### APIDOC ###
documentation/*
## SQL FILE ###
/database/
*.sql
composer.lock
composer.lock