-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
67 lines (54 loc) · 1.32 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
# Development files
.idea
# ignore these everywhere
.pythonrc
.Rprofile
apt-install
Aptfile
deps.ts
environment.txt
git_credential_helper.py
git-wrapper.sh
gpu.Aptfile
gpu.requirements.in
initial-condarc
install_packages.R
ipython_config.py
secrets_helper.sh
requirements.in
requirements.R
run.sh
# Ignore these even at the parent-level directories; only to be used as placeholders for local development
**/*dev_packages
# ...except for these places where we care about changes happening
# (NOTE: this is because the tasks should copy the files down into the build directories)
!scripts/apt-install
!scripts/secrets_helper.sh
!python/base/Aptfile
!python/datascience/Aptfile
!python/noteable/Aptfile
!r/Aptfile
!r/datascience/Aptfile
!r/noteable/Aptfile
!rust/Aptfile
!python/base-gpu/gpu.Aptfile
!python/base-gpu/environment.txt
!python/base-gpu/initial-condarc
!deno/packages/deps.ts
!python/base/requirements.in
!python/datascience/requirements.in
!python/noteable/requirements.in
!deno/packages/run.sh
!python/run.sh
!python/base-gpu/run.sh
!r/run.sh
!rust/run.sh
!python/noteable/.pythonrc
!python/noteable/ipython_config.py
!python/noteable/git_credential_helper.py
!python/noteable/git-wrapper.sh
!r/datascience/install_packages.R
!r/datascience/.Rprofile
!r/noteable/.Rprofile
!r/datascience/requirements.R
!r/noteable/requirements.R