chore: .gitignore cleanup
This commit is contained in:
parent
5b70904d8f
commit
ba21e00194
11
.gitignore
vendored
11
.gitignore
vendored
@ -2,23 +2,16 @@
|
|||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
/src/coreui-new
|
package-lock.json
|
||||||
/src/coreui-icons
|
|
||||||
/src/coreui-charts
|
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
/src/coreui-new
|
|
||||||
/src/coreui-icons
|
|
||||||
/src/coreui-charts
|
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
/src/coreui-new
|
|
||||||
/src/coreui-icons
|
|
||||||
/src/coreui-charts
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
.eslintcache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.env.local
|
.env.local
|
||||||
|
Loading…
Reference in New Issue
Block a user