mirror of
https://codeberg.org/alicia/web-check.git
synced 2026-03-23 02:24:38 +01:00
27 lines
247 B
Text
27 lines
247 B
Text
|
|
# keys
|
|
.env
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# Random AWS and Netlify crap
|
|
.netlify
|
|
.serverless
|
|
.webpack
|
|
|
|
# OS generated files
|
|
.DS_Store
|