You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
392 B
21 lines
392 B
8 months ago
|
# ---> Vue
|
||
|
# gitignore template for Vue.js projects
|
||
|
#
|
||
|
# Recommended template: Node.gitignore
|
||
|
|
||
|
# TODO: where does this rule come from?
|
||
|
docs/_book
|
||
|
|
||
|
# TODO: where does this rule come from?
|
||
|
test/
|
||
|
|
||
|
# ---> ThinkPHP
|
||
|
# gitignore template for ThinkPHP v3.2.3
|
||
|
# website: http://www.thinkphp.cn/
|
||
|
|
||
|
# Logs and Cache files
|
||
|
/Application/Runtime/
|
||
|
|
||
|
# Common configure file
|
||
|
/Application/Common/Conf/config.php
|