# DotMeta: .meta 폴더를 이용합시다

> Clean Markdown view of GeekNews topic #9504. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9504](https://news.hada.io/topic?id=9504)
- GeekNews Markdown: [https://news.hada.io/topic/9504.md](https://news.hada.io/topic/9504.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-06-27T11:03:02+09:00
- Updated: 2023-06-27T11:03:02+09:00
- Original source: [dotmeta.org](https://dotmeta.org/)
- Points: 10
- Comments: 8

## Topic Body

- 소프트웨어 라이브러리들이 설정 파일을 .meta 폴더에 넣자고 홍보하는 사이트   
- 아래와 같이 설정 파일이 점점 더 많아지는데 루트 폴더에 다 넣어서 복잡하게 하지 말고, .meta 에 모으면 깔끔하다는 것   
    /package.json  
    /tsconfig.json  
    /.eslintrc  
    /.prettierrc  
    /.babel.config.js (implied child .babelrc)  
    /.webpack.config.js  
    /jest.config.js  
    /.env  
    /docker-compose.yml  
    /gitlab-ci.yml  
    /.npmrc  
    /.editorconfig

## Comments



### Comment 16822

- Author: aqqnucs
- Created: 2023-06-28T22:18:15+09:00
- Points: 1

근데 지저분하다는 것에 공감을 합니다만, 저게 실제로 생산성에 영향을 미치나요?

### Comment 16813

- Author: noeulnight
- Created: 2023-06-28T14:48:01+09:00
- Points: 1

.env까지 포함해서 넣으면 개발시 경로 세팅이 불편해지겠네요;;

### Comment 16782

- Author: stevejkang
- Created: 2023-06-27T12:11:43+09:00
- Points: 2

단순히 설정만 만들어두고 잘 안쓰는 파일들이 포함되어있어서 어느정도 이해가 되긴 하는데, 실제로 좀 자주 변경이 일어나는 package.json이나 .env까지 저기로 들어가야하는 건 조금 불편해보이긴 하네요.

### Comment 16781

- Author: vvvvvv
- Created: 2023-06-27T12:09:12+09:00
- Points: 3

굳이 meta로 할 필요없이 config(s)면 될 거 같은데... meta는 의미도 좀 멀고 회사 홍보같아서 꺼려지네요

### Comment 16776

- Author: centell
- Created: 2023-06-27T11:24:27+09:00
- Points: 3

왜 .config 가 아닌걸까요

### Comment 16816

- Author: ragus
- Created: 2023-06-28T15:46:55+09:00
- Points: 1
- Parent comment: 16776
- Depth: 1

docker-compose.yml, gitlab-ci.yml 같은 파일들을 config라고 부르기에는 좀 애매한 감이 있어서 좀 더 범용적인 단어를 쓴 것이 아닐까 예상합니다.

### Comment 16778

- Author: kuroneko
- Created: 2023-06-27T11:33:30+09:00
- Points: 1
- Parent comment: 16776
- Depth: 1

동감입니다. 이미 .config 쓰는 경우도 좀 있고, 의미도 더 명확한 것 같은데...

### Comment 16775

- Author: xguru
- Created: 2023-06-27T11:04:01+09:00
- Points: 2

https://news.ycombinator.com/item?id=36472613  
왜 meta 란 이름을 써야하는지, .을 붙여서 숨겨야 하는지에 대해 갑론을박이 있긴 한데요.  
너무 지저분한 것은 사실입니다. 뭔가 해결방안이 있으면 좋을듯
