-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
105 lines (102 loc) · 3.25 KB
/
.gitignore
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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
*
!/.github/
!/assets/
!/base/
!/base/assets/
!/base/assets/opt/
!/base/assets/opt/code-server/
!/base/assets/opt/code-server/src/
!/base/assets/opt/code-server/src/browser/
!/base/assets/opt/code-server/src/browser/media/
!/base/assets/opt/code-server/src/browser/media/css/
!/base/assets/opt/code-server/src/browser/media/fonts/
!/base/conf/
!/base/conf/cuda/
!/base/conf/cuda/shell/
!/base/conf/cuda/shell/etc/
!/base/conf/cuda/shell/etc/profile.d/
!/base/conf/ipython/
!/base/conf/ipython/usr/
!/base/conf/ipython/usr/local/
!/base/conf/ipython/usr/local/etc/
!/base/conf/ipython/usr/local/etc/ipython/
!/base/conf/jupyter/
!/base/conf/jupyter/etc/
!/base/conf/jupyter/etc/jupyter/
!/base/conf/jupyterlab/
!/base/conf/jupyterlab/usr/
!/base/conf/jupyterlab/usr/local/
!/base/conf/jupyterlab/usr/local/etc/
!/base/conf/jupyterlab/usr/local/etc/jupyter/
!/base/conf/jupyterlab/usr/local/etc/jupyter/jupyter_server_config.d/
!/base/conf/jupyterlab/usr/local/share/
!/base/conf/jupyterlab/usr/local/share/jupyter/
!/base/conf/jupyterlab/usr/local/share/jupyter/lab/
!/base/conf/jupyterlab/usr/local/share/jupyter/lab/settings/
!/base/conf/shell/
!/base/conf/shell/etc/
!/base/conf/shell/etc/profile.d/
!/base/conf/shell/etc/skel/
!/base/conf/shell/etc/zsh/
!/base/conf/user/
!/base/conf/user/var/
!/base/conf/user/var/backups/
!/base/conf/user/var/backups/skel/
!/base/conf/user/var/backups/skel/.local/
!/base/conf/user/var/backups/skel/.local/share/
!/base/conf/user/var/backups/skel/.local/share/code-server/
!/base/conf/user/var/backups/skel/.local/share/code-server/User/
!/base/scripts/
!/base/scripts/usr/
!/base/scripts/usr/local/
!/base/scripts/usr/local/bin/
!/base/scripts/usr/local/bin/before-notebook.d/
!/base/scripts/usr/local/bin/start-notebook.d/
!/common/
!/common/subtags/
!/common/subtags/devtools/
!/common/subtags/docker/
!/common/subtags/root/
!/scipy/
!/.github/FUNDING.yml
!/assets/cuda-screenshot.png
!/assets/screenshot.png
!/base/assets/opt/code-server/code-server.svg
!/base/assets/opt/code-server/src/browser/media/css/*.css
!/base/assets/opt/code-server/src/browser/media/fonts/*.woff
!/base/assets/opt/code-server/src/browser/media/fonts/*.woff2
!/base/conf/cuda/shell/etc/profile.d/*.sh
!/base/conf/ipython/usr/local/etc/ipython/ipython_config.py
!/base/conf/jupyter/etc/jupyter/jupyter_server_config.py
!/base/conf/jupyterlab/usr/local/etc/jupyter/jupyter_server_config.d/mojo-lsp-server.json
!/base/conf/jupyterlab/usr/local/share/jupyter/lab/settings/overrides.json
!/base/conf/shell/etc/profile.d/*.sh
!/base/conf/shell/etc/skel/.profile
!/base/conf/shell/etc/zsh/zprofile
!/base/conf/user/var/backups/skel/.p10k.zsh
!/base/conf/user/var/backups/skel/.local/share/code-server/User/settings.json
!/base/scripts/usr/local/bin/busy
!/base/scripts/usr/local/bin/*.sh
!/base/scripts/usr/local/bin/before-notebook.d/*.sh
!/base/scripts/usr/local/bin/start-notebook.d/*.sh
!/base/.gitlab-ci.yml
!/base/*.Dockerfile
!/common/subtags/devtools/*.Dockerfile
!/common/subtags/docker/Dockerfile
!/common/subtags/root/Dockerfile
!/scipy/.gitlab-ci.yml
!/scipy/*.Dockerfile
!/.editorconfig
!/.gitattributes
!/.gitignore
!/.hadolint.yml
!/.markdownlint.yml
!/CODE_OF_CONDUCT.md
!/CUDA_VERSION_MATRIX.md
!/CUDA.md
!/DEVTOOLS_NOTES.md
!/LICENSE
!/NOTES.md
!/README.md
!/SECURITY.md
!/VERSION_MATRIX.md