File: .prettierignore

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 (20 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
review
**/build
**/dist
**/node_modules
**/lib
**/package.json
**/static
**/types
**/.ipynb_checkpoints
tests/**/coverage

# jetbrains IDE stuff
.idea/

# ms IDE stuff
.history/
.vscode/

# CI stuff
pw-browsers/