-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
49 lines (43 loc) · 846 Bytes
/
.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
# IDE relevant
*.code-workspace
.vscode
*.log
# Processing outputs
results
tmp
recent_plots_new
recent_plots
results_new
todo_filelist
test
netcdf4
log
analysis
done_filelist
# Sphinx build
doc-auto/build
doc-auto/source/_build
# Interim outputs
node_modules
__pycache__
# unnecessary files
debug.mat
*.asv
package-lock.json
package.json
# untracked folders
config
data
config_T15/pollyConfigs/polly_global_config.json
config_T15/pollyDefaults/template_polly_defaults.json
config_T15/template_pollynet_processing_chain_config.json
config_T15/pollynet_processing_chain_config_links.xlsx
config_T15/template_pollynet_processing_chain_config_links.xlsx
# untrack lib/config folder, except template configs
!lib/config
lib/config/*
!lib/config/template_polly_global_config.json
!lib/config/template_polly_global_defaults.json
*.png
*.jpg
*.gif