You need to sign in or sign up before continuing.
Newer
Older
Leonardo Christino
committed
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
# next.js
.next/
out/
build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
.turbo
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# dependencies
/node_modules
# 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
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
node_modules
tsconfig.tsbuildinfo
vite.config.ts.*
Behrisch, M. (Michael)
committed
# Generated ts definitions files for CSS modules
*.d.ts
*.module.scss.d.ts
libs/shared/lib/components/buttons/buttons.module.scss.d.ts
libs/shared/lib/vis/visualizations/table_vis/components/table.module.scss.d.ts
/libs/shared/lib/vis/visualizations/paohvis/paohvisC4C.stories.tsx
# C4C data
/libs/shared/lib/vis/visualizations/paohvis/paohvisC4C.stories.tsx
/libs/shared/lib/vis/visualizations/nodelinkvis/paohvisC4C.stories.tsx
/libs/shared/lib/mock-data/schema/c4c_car_CAROF_incidentSchemaRaw.ts
/libs/shared/lib/mock-data/schema/c4c_person_PERSONOF_incidentSchemaRaw.ts
/libs/shared/lib/mock-data/query-result/c4c_car_CAROF_incident.js
/libs/shared/lib/mock-data/query-result/c4c_person_PERSONOF_incident.js