mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
38 lines
436 B
Plaintext
38 lines
436 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# enviroment
|
|
|
|
.env
|
|
|
|
# some things
|
|
|
|
/.firebase
|
|
/.github
|
|
/.vscode
|
|
|
|
.firebaserc
|
|
/firebase.json
|
|
␠netlify.toml
|
|
package-lock.json |