feat: init
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/dist
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
/src/app/environment/environment.ts
|
||||
/src/app/environment/*-e
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.bin
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
/.bin/
|
||||
/.idea/
|
||||
/public/dist/
|
||||
/public/public/dist/
|
||||
/storybook-static/
|
||||
/public/storybook/
|
||||
/public/styles/tailwind.css
|
||||
/build/
|
||||
/counter-clone/
|
||||
__old
|
||||
/public/styles/tailwind.css
|
||||
Reference in New Issue
Block a user