admin/.gitignore
2020-05-22 11:23:29 +02:00

32 lines
450 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
/src/coreui-new
/src/coreui-icons
/src/coreui-charts
# testing
/coverage
/src/coreui-new
/src/coreui-icons
/src/coreui-charts
# production
/build
/src/coreui-new
/src/coreui-icons
/src/coreui-charts
# misc
.DS_Store
.idea
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*