File: .gitignore

package info (click to toggle)
lumino 2024.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,448 kB
  • sloc: javascript: 1,324; python: 129; makefile: 24; sh: 5
file content (44 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*.suo
*.user
.DS_Store
dist
lib
types
node_modules
build
review/api/temp
*.tsbuildinfo

# copied changelog file
docs/source/changelog.md

# generated api files
docs/source/api

# generated example files
docs/source/examples

# jetbrains ide stuff
*.iml
.idea/

# ms ide stuff
*.code-workspace
.history
.vscode

.jupyter_releaser_checkout
.eslintcache
.ipynb_checkpoints

# yarn v2+
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# CI stuff
pw-browsers/