726 B56 lines
Blame
1.DS_Store
2
3node_modules/
4coverage/
5.idea/
6.pnpm-store/
7.instructions/
8
9dist
10v8-compile-cache-0
11
12yarn-error.log
13.npmrc
14token
15
16package-lock.json
17
18# ignore files in /.vscode/ except for launch.json and extensions.json
19/.vscode/**
20!/.vscode/launch.json
21!/.vscode/extensions.json
22
23cypress/platform/current.html
24cypress/platform/experimental.html
25local/
26
27_site
28Gemfile.lock
29/.vs
30
31cypress/screenshots/
32cypress/snapshots/
33
34# eslint --cache file
35.eslintcache
36.tsbuildinfo
37tsconfig.tsbuildinfo
38
39#knsv*.html
40local*.html
41stats/
42
43**/user-avatars/*
44**/contributor-names.json
45.pnpm-store
46.nyc_output
47
48demos/dev/**
49!/demos/dev/example.html
50!/demos/dev/reload.js
51tsx-0/**
52vite.config.ts.timestamp-*
53
54# autogenereated by langium-cli
55generated/
56