forked from baserproject/basercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (40 loc) · 1.03 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
.DS_Store
.idea
.vscode
app/Config/database.php
app/Config/install.php
app/db/*
!app/db/empty
app/Plugin/*
!app/Plugin/empty
app/webroot/files/*
!app/webroot/files/empty
app/webroot/css/admin
app/webroot/img/admin
app/webroot/js/admin
app/tmp/*
!app/tmp/empty
app/View/Pages/*
!app/View/Pages/empty
app/webroot/theme/*
!app/webroot/theme/empty
app/webroot/sitemap.xml
nbproject/
lib/Cake/Console/Templates/skel/tmp/cache/models/*
!lib/Cake/Console/Templates/skel/tmp/cache/models/empty
lib/Cake/Console/Templates/skel/tmp/cache/persistent/*
!lib/Cake/Console/Templates/skel/tmp/cache/persistent/empty
lib/Cake/Console/Templates/skel/tmp/cache/views/*
!lib/Cake/Console/Templates/skel/tmp/cache/views/empty
lib/Cake/Console/Templates/skel/tmp/logs/*
!lib/Cake/Console/Templates/skel/tmp/logs/empty
lib/Cake/Console/Templates/skel/tmp/sessions/*
!lib/Cake/Console/Templates/skel/tmp/sessions/empty
lib/Cake/Console/Templates/skel/tmp/tests/*
!lib/Cake/Console/Templates/skel/tmp/tests/empty
.vagrant/*
Vagrantfile
vendors/*
/plugins
Plugin/*
composer.lock