2023-06-09 22:40:35 -04:00
|
|
|
# compiled output
|
|
|
|
/dist
|
|
|
|
/node_modules
|
|
|
|
|
|
|
|
# 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
|
2023-06-10 11:57:49 -04:00
|
|
|
.env
|
|
|
|
settings.json
|
2023-06-09 22:40:35 -04:00
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
2023-06-23 22:30:54 -04:00
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
#DB
|
2023-08-03 17:16:16 -04:00
|
|
|
**.sqlite**
|
2023-11-28 14:07:57 +01:00
|
|
|
./full-setup/data/*
|
2023-08-03 17:16:16 -04:00
|
|
|
|
|
|
|
#https
|
2023-08-03 17:16:32 -04:00
|
|
|
**.pem
|