2022-02-03 09:06:44 -07:00
|
|
|
# compiled output
|
|
|
|
/dist
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
2023-12-11 12:37:47 -07:00
|
|
|
www/
|
|
|
|
|
2022-02-03 09:06:44 -07:00
|
|
|
# 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
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
.env
|
|
|
|
dist/
|
|
|
|
upload/
|
|
|
|
tmp/
|
2022-09-28 13:44:43 -07:00
|
|
|
core
|
|
|
|
.reverse-geocoding-dump/
|
2023-06-08 08:01:07 -07:00
|
|
|
|
|
|
|
**/node_modules/**
|