forked from edusoho/edusoho
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
68 lines (68 loc) · 1.2 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
/app/cache
/app/logs
/app/data
/app/run
/app/config/plugin_installed.php
/app/config/plugin.php
/app/config/parameters.yml
/app/config/parameters_test.yml
/app/config/menu_blacklist.yml
/app/config/uc_client_config.php
/app/config/routing_plugins.yml
/app/config/sentry.yml
/web/themes/*
/web/assets/libs/js-sdk/
!/web/themes/autumn
!/web/themes/default
!/web/themes/default-b
!/web/themes/jianmo
!/web/themes/block.json
/web/bundles/*
!/web/bundles/translations/
/web/files
/web/customize/*
!/web/customize/.gitkeep
/plugins/*
!/plugins/.gitkeep
/node_modules/
npm-debug.log
/build/
/scripts/
/.vscode
/.idea
.DS_Store
.sonar
.php_cs.cache
project.sublime-workspace
.project
.settings
.publish
/installFiles
.buildpath
.phpintel*
.crunch
*.css.map
*.codekit
web/php-performance.php
chunk-manifest.json
.npminstall.done
/web/static-dist/*
!/web/static-dist/libs
!/web/static-dist/app
!/web/static-dist/jianmotheme
!/web/static-dist/defaulttheme
!/web/static-dist/defaultbtheme
!/web/static-dist/autumntheme
!/web/static-dist/custombundle
!/web/static-dist/*activity
/web/static-dist/**/css/*.js
deployment-config.json
.webpack-watch.log
/web/MP_*
/h5
yarn-error.log
/mochawesome-report/*
/coverage/*
/reports
/reports_tmp
/edusoho-h5