File: .cleanignore

package info (click to toggle)
jupyterlab 4.0.11%2Bds1%2B~cs11.25.27-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 43,496 kB
  • sloc: javascript: 18,395; python: 8,932; sh: 399; makefile: 95; perl: 33; xml: 1
file content (25 lines) | stat: -rw-r--r-- 572 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
# files that match any pattern from .cleanignore are NOT removed by
# the `jlpm clean:slate` command. Same syntax as .gitignore (plus the @).
#
# @: if a pattern starts with "@", some includes are automatically added,
# in addition to the base exclude pattern. For example:
#
# @*.foo
#
# will add:
#
# *.foo
# !packages/**/*.foo
# !**/node_modules/**/*.foo
#
# These help ensure that all node_modules dirs are cleaned and that
# sibling installs of labextensions are not cleaned.

# jetbrains IDE stuff
@*.iml
@.idea/

# ms IDE stuff
@*.code-workspace
@.history
@.vscode