2021-04-29 04:56:33 +02:00
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
/out-tsc
|
2021-04-14 04:42:50 +02:00
|
|
|
/node_modules
|
2021-04-29 04:56:33 +02:00
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
.history/*
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
2021-12-04 07:34:48 +01:00
|
|
|
*.log
|
2021-04-29 04:56:33 +02:00
|
|
|
.git
|
2021-04-14 04:42:50 +02:00
|
|
|
.DS_Store
|
2021-04-29 04:56:33 +02:00
|
|
|
Thumbs.db
|
|
|
|
|
2021-12-04 07:34:48 +01:00
|
|
|
# Nitro
|
2021-04-29 07:26:03 +02:00
|
|
|
/build
|
2021-04-29 04:56:33 +02:00
|
|
|
*.zip
|
2022-01-08 01:44:53 +01:00
|
|
|
.env
|
|
|
|
public/renderer-config.json
|
|
|
|
public/ui-config.json
|