diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 487a811..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,31 +0,0 @@ -# Javascript Node CircleCI 2.0 configuration file -# -# Check https://circleci.com/docs/2.0/language-javascript/ for more details -# -version: 2 - -jobs: - build: - docker: - - image: circleci/node:11 - - working_directory: ~/vue-typescript-admin-docs - - steps: - - checkout - - # Download and cache dependencies - - restore_cache: - keys: - - v1-dependencies-{{ checksum "package.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- - - - run: yarn install - - - save_cache: - paths: - - node_modules - key: v1-dependencies-{{ checksum "package.json" }} - - - run: yarn lint && yarn docs:build diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 685c1bf..0000000 --- a/.editorconfig +++ /dev/null @@ -1,35 +0,0 @@ -# http://editorconfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending every file -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -# Indentation override for js(x), ts(x) and vue files -[*.{js,jsx,ts,tsx,vue}] -indent_size = 2 -indent_style = space - -# Indentation override for css related files -[*.{css,styl,scss,less,sass}] -indent_size = 2 -indent_style = space - -# Indentation override for html files -[*.html] -indent_size = 2 -indent_style = space - -# Trailing space override for markdown file -[*.md] -trim_trailing_whitespace = false - -# Indentation override for config files -[*.{json,yml}] -indent_size = 2 -indent_style = space diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 13d02b1..0000000 --- a/.gitattributes +++ /dev/null @@ -1,100 +0,0 @@ -# Details per file setting: -# text These files should be normalized (i.e. convert CRLF to LF). -# binary These files are binary and should be left untouched. - -# Auto detect text files and perform LF normalization -* text=auto -# The above will handle all files NOT found below - -# SOURCE CODE -*.bat text eol=crlf -*.sh text eol=lf - -# COMPILED FILES -*.dll binary -*.dylib binary -*.exe binary -*.so binary - -# DOCUMENTATION -*.md text -*.txt text -LICENSE text - -# CONFIGS -.editorconfig text -.gitattributes text -.gitignore text -*.conf text -*.config text -*.json text -*.lock text -*.toml text -*.yaml text -*.yml text - -# GRAPHICS -*.ai binary -*.bmp binary -*.eps binary -*.gif binary -*.heic binary -*.ico binary -*.jpeg binary -*.jpg binary -*.pdf binary -*.png binary -*.psb binary -*.psd binary -*.svg text -*.tif binary -*.tiff binary -*.wbmp binary -*.webp binary - -# AUDIO -*.aac binary -*.flac binary -*.m4a binary -*.mid binary -*.midi binary -*.mp3 binary -*.mp4a binary -*.mpga binary -*.oga binary -*.ogg binary -*.wav binary -*.weba binary - -# VIDEO -*.3g2 binary -*.3gp binary -*.asf binary -*.avi binary -*.f4v binary -*.fla binary -*.flv binary -*.m4v binary -*.mov binary -*.mp4 binary -*.mpeg binary -*.mpg binary -*.ogv binary -*.qt binary -*.swf binary -*.webm binary - -# ARCHIVES -*.7z binary -*.gz binary -*.jar binary -*.rar binary -*.tar binary -*.zip binary - -# FONTS -*.eot binary -*.otf binary -*.ttf binary -*.woff binary -*.woff2 binary diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index f0bcc83..0000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,73 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, gender identity and expression, level of experience, -education, socio-economic status, nationality, personal appearance, race, -religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [INSERT EMAIL ADDRESS]. All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html) - -[homepage]: https://www.contributor-covenant.org diff --git a/.github/COMMIT_CONVENTION.md b/.github/COMMIT_CONVENTION.md deleted file mode 100644 index 71b92d2..0000000 --- a/.github/COMMIT_CONVENTION.md +++ /dev/null @@ -1,130 +0,0 @@ -# Git Commit Message Convention - -> This is adapted from [Angular's commit convention](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular). - -## TL;DR - -Messages must be matched by the following regex: - -``` js -/^(Revert: )?(Feature|Fix|Docs|Improve|Config|Example|Refactor|Style|Test|Build|CI)(\(.+\))?: .{1,80}/ -``` - -## Commit Message Format - -Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **scope** and a **subject**: - -```text -(): - - - -