-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
89 lines (80 loc) · 1.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
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# R
.Rproj.user
.Rhistory
.RData
.Ruserdata
*/_targets/*
*.Rproj
*/_targets/
*/scratch.R
#Python
*/.ipynb_checkpoints/
.DS_Store
# Large files
*.ai
*.psd
*.nc
examples/pydrograph/
# Subdirectory specific files
# IF NEED TO COMMIT SPECIFIC INPUT FILES,
# ADD AS USERS SUBMIT CODE IN SUBDIRECTORIES
*/in/*
*/out/*
*.html
beaufortSea/images/*
!*/images/in/*
!fishAsFood/in/recfishfoods_families_thermal.xlsx
# allow empty files to be committed
!*/in/.empty
!*/out/.empty
# Spatial
*.cpg
*.dbf
*.fix
*.prj
*.shp
*.shx
# Associated Journal articles
33670_articles_article_file_2322.pdf
# sbtools
beaufortSea/.Renviron
#fire and ice
fireInIce/*/out
fireInIce/*/tmp
fireInIce/*/src/__pycache__
#remove cache and dataout
fireInIce/cache
fireInIce/data_out
#remove snakemake files
fireInIce/.snakemake
#exceptions Spatial
!fireInIce/2_visualize/in/*.cpg
!fireInIce/2_visualize/in/*.dbf
!fireInIce/2_visualize/in/*.prj
!fireInIce/2_visualize/in/*.shp
!fireInIce/2_visualize/in/*.shx