Skip to content

Commit

Permalink
Merge pull request #66 from spiderq2697/feature/Issue-64
Browse files Browse the repository at this point in the history
Feature/issue 64
  • Loading branch information
SingTheCode authored Jul 29, 2021
2 parents 6297df0 + 6166915 commit b4b1b6f
Show file tree
Hide file tree
Showing 60 changed files with 47,503 additions and 15 deletions.
54 changes: 46 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,46 @@
package-lock.json
node_modules/**/package.json
package.json
project/
node_modules/
node_modules/**/*.json
*.json
body-parser/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
*/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# COLLUSIC

#### 온라인 프로듀싱 협업 프로젝트
#### 온라인 프로듀싱 협업 프로젝트!

프로듀싱하는데 협업을 하고 싶다?

Expand All @@ -10,8 +10,6 @@

"작곡가"들을 위한 온라인 프로듀싱 협업 서비스🎤🎶🎸🎹



#### 프로젝트 규칙

Collusic 프로젝트를 처음 접하시는 같이 개발하는 개발자에게 전합니다. 이 규칙은 서로의 코드를 더 잘 이해할 수 있게 정해진 규칙입니다. 때문에 언제든지 모든 개발자가 동의한다면 변경이 가능합니다. 규칙을 준수하여 서로의 발전을 도와줍시다.
Expand All @@ -28,8 +26,6 @@ Collusic 프로젝트를 처음 접하시는 같이 개발하는 개발자에게
8. 컴포넌트를 제외한 함수의 이름은 동작의 의미가 담겨 있어야 합니다.
9. 컴포넌트 코드가 들어간 파일의 확장자는 jsx를 사용합니다.



##### 코딩컨벤션

else 사용을 최대한 자제합니다.
Expand All @@ -48,8 +44,6 @@ else 사용을 최대한 자제합니다.

게터/세터 속성 사용을 금지합니다.



규칙1, 2, 3, 5, 6, 9

https://developerfarm.wordpress.com/2012/02/03/object_calisthenics_summary/
Expand Down
Empty file removed client/src/pages/nav-bar/index.jsx
Empty file.
Empty file removed client/src/pages/nav-bar/styled.js
Empty file.
8 changes: 8 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": "src"
},
"includes": [
"src"
]
}
Loading

0 comments on commit b4b1b6f

Please sign in to comment.