diff --git a/.gitignore b/.gitignore index 7de8d2e65..2cc487eda 100644 --- a/.gitignore +++ b/.gitignore @@ -201,6 +201,16 @@ GitHub.sublime-settings !.vscode/launch.json !.vscode/extensions.json +### yarn ### +# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored + +.yarn/* +!.yarn/releases +!.yarn/patches +!.yarn/plugins +!.yarn/sdks +!.yarn/versions + ### Custom ### packages/*-view360/**/sass/ TODO.md diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 000000000..7f3d03fd8 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: "node-modules" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 1ae0ddaaa..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,57 +0,0 @@ -# How to contribute to egjs-view360 -egjs-view360 is opened to everyone and we're welcoming for any kind of contribution. -We believe that our project can grow with your interests helping others' necessities. - -## Style Guide - -egjs-view360 has several style guidelines to follow. -Before your start, please read attentively below instructions. - -### Linting and Code Conventions -We adopted [ESLint](http://eslint.org/) to maintain our code quality. The [rules](https://github.com/naver/eslint-config-naver/tree/master/rules) are modified version based on [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript). -All rules are described at [.eslintrc](.eslintrc) file. - -### Commit Log Guidelines -egjs-view360 use commit logs in many different purposes (like creating CHANGELOG, ease history searching, etc.). -To not break, you'll be forced to follow our commit log guidelines. -Before your commit/push, make sure following our commit log guidelines. - -The outline is as below: -``` -(): - - - -