homeweatherapi/.gitignore

37 lines
401 B
Plaintext
Raw Normal View History

2023-09-16 19:45:26 +00:00
# compiled output
/dist
/node_modules
2023-09-17 06:54:01 +00:00
*.sqlite
2023-09-16 19:45:26 +00:00
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
2023-09-17 06:54:01 +00:00
!.vscode/extensions.json