forked from baserproject/basercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
136 lines (132 loc) · 2.22 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# CakePHP specific files #
##########################
/config/app_local.php
/config/.env
/config/Migrations/schema-dump-default.lock
/logs/*
/tmp/*
/vendor/*
/plugins/*/config/Migrations/schema-dump-default.lock
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.directory
# Tool specific files #
#######################
# PHPUnit
.phpunit.cache
.phpunit.result.cache
tests.sqlite
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/*
# NetBeans
nbproject/*
# Visual Studio Code
.vscode
# nova
.nova
# Sass preprocessor
.sass-cache/
# node
/node_modules/*
# yarn
yarn-debug.log
yarn-error.log
# baserCMS
######################
# cake
!/logs/.gitkeep
# docker
/docker/phpmyadmin
/docker/volumes
/docker/docker-compose.yml
/docker_inited
/docker/.env
# plugins
/plugins/*
!/plugins/baser-core
!/plugins/bc-admin-third
!/plugins/bc-front
!/plugins/bc-page
!/plugins/bc-blog
!/plugins/bc-mail
!/plugins/bc-uploader
!/plugins/bc-favorite
!/plugins/bc-editor-template
!/plugins/bc-theme-config
!/plugins/bc-theme-file
!/plugins/bc-widget-area
!/plugins/bc-installer
!/plugins/bc-search-index
!/plugins/bc-content-link
!/plugins/bc-custom-content
!/plugins/bc-column
!/plugins/BcPluginSample
!/plugins/BcThemeSample
!/plugins/cakephp-soft-delete
!/plugins/BcColumn
/plugins/*/vendor
/plugins/*/composer.lock
/profile/*
# vagrant
/.vagrant
/Vagrantfile
# node
node_modules
# symlink
/webroot/bc_admin_third
# uploaded files
/webroot/files/*
# plugin symbolic link
/webroot/bc_front
/webroot/bc_column
/webroot/baser_core
/webroot/bc_favorite
/webroot/bc_theme_config
/webroot/bc_theme_file
/webroot/bc_widget_area
/webroot/bc_blog
/webroot/bc_editor_template
/webroot/bc_mail
/webroot/bc_uploader
/webroot/bc_search_index
/webroot/bc_plugin_sample
/webroot/bc_theme_sample
/webroot/bc_installer
/webroot/bc_custom_content
/webroot/bc_spa_sample
/webroot/debug_kit
# jwt
/config/jwt.key
/config/jwt.pem
/config/setting.php
/config/install.php
# composer
/composer/*
!/composer/.gitkeep
# vendor
!/vendor/.gitkeep
# db
/db/*
!/db/.gitkeep
# etc
LOCAL_TODO.md
LOCAL_Q&A.md