1+ # Created by https://www.toptal.com/developers/gitignore/api/node,dotenv
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=node,dotenv
3+ # ## dotenv ###
4+ .env
5+ # ## Node ###
6+ # Logs
7+ logs
8+ * .log
9+ npm-debug.log *
10+ yarn-debug.log *
11+ yarn-error.log *
12+ lerna-debug.log *
13+ .pnpm-debug.log *
14+ # Diagnostic reports (https://nodejs.org/api/report.html)
15+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
16+ # Runtime data
17+ pids
18+ * .pid
19+ * .seed
20+ * .pid.lock
21+ # Directory for instrumented libs generated by jscoverage/JSCover
22+ lib-cov
23+ # Coverage directory used by tools like istanbul
24+ coverage
25+ * .lcov
26+ # nyc test coverage
27+ .nyc_output
28+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29+ .grunt
30+ # Bower dependency directory (https://bower.io/)
31+ bower_components
32+ # node-waf configuration
33+ .lock-wscript
34+ # Compiled binary addons (https://nodejs.org/api/addons.html)
35+ build /Release
36+ # Dependency directories
37+ node_modules /
38+ jspm_packages /
39+ # Snowpack dependency directory (https://snowpack.dev/)
40+ web_modules /
41+ # TypeScript cache
42+ * .tsbuildinfo
43+ # Optional npm cache directory
44+ .npm
45+ # Optional eslint cache
46+ .eslintcache
47+ # Optional stylelint cache
48+ .stylelintcache
49+ # Microbundle cache
50+ .rpt2_cache /
51+ .rts2_cache_cjs /
52+ .rts2_cache_es /
53+ .rts2_cache_umd /
54+ # Optional REPL history
55+ .node_repl_history
56+ # Output of 'npm pack'
57+ * .tgz
58+ # Yarn Integrity file
59+ .yarn-integrity
60+ # dotenv environment variable files
61+ .env.development.local
62+ .env.test.local
63+ .env.production.local
64+ .env.local
65+ # parcel-bundler cache (https://parceljs.org/)
66+ .cache
67+ .parcel-cache
68+ # Next.js build output
69+ .next
70+ out
71+ # Nuxt.js build / generate output
72+ .nuxt
73+ dist
74+ # Gatsby files
75+ .cache /
76+ # Comment in the public line in if your project uses Gatsby and not Next.js
77+ # https://nextjs.org/blog/next-9-1#public-directory-support
78+ # public
79+ # vuepress build output
80+ .vuepress /dist
81+ # vuepress v2.x temp and cache directory
82+ .temp
83+ # Docusaurus cache and generated files
84+ .docusaurus
85+ # Serverless directories
86+ .serverless /
87+ # FuseBox cache
88+ .fusebox /
89+ # DynamoDB Local files
90+ .dynamodb /
91+ # TernJS port file
92+ .tern-port
93+ # Stores VSCode versions used for testing VSCode extensions
94+ .vscode-test
95+ # yarn v2
96+ .yarn /cache
97+ .yarn /unplugged
98+ .yarn /build-state.yml
99+ .yarn /install-state.gz
100+ .pnp. *
101+ # ## Node Patch ###
102+ # Serverless Webpack directories
103+ .webpack /
104+ # Optional stylelint cache
105+ # SvelteKit build / generate output
106+ .svelte-kit
107+ # End of https://www.toptal.com/developers/gitignore/api/node,dotenv
108+ # 보안관련
109+ package-lock.json
0 commit comments