e0615fa867
📁 Changed TDrive root folder
34 lines
510 B
Plaintext
34 lines
510 B
Plaintext
# 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 |