admin/.gitignore
xidedix d40ce7e338 chore: add package-lock.json with updated tar dependency
- node-sass > node-gyp > `tar` security issue
2019-05-14 19:12:18 +02:00

23 lines
291 B
Plaintext

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