init commit,
This commit is contained in:
37
03_source/frontend/.gitignore
vendored
Normal file
37
03_source/frontend/.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# dependencies
|
||||
node_modules
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
||||
# production
|
||||
.next
|
||||
.swc
|
||||
_static
|
||||
out
|
||||
dist
|
||||
build
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.vercel
|
||||
.netlify
|
||||
.vscode
|
||||
tsconfig.tsbuildinfo
|
||||
.ncurc.js
|
Reference in New Issue
Block a user