-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (87 loc) · 1.75 KB
/
Copy path.gitignore
File metadata and controls
98 lines (87 loc) · 1.75 KB
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
# =========================
# Virtual environments
# =========================
.venv/
venv/
env/
DESIRE/env/
# =========================
# IDE / Editor
# =========================
.vscode/
*~
# =========================
# Python
# =========================
*.pyc
__pycache__/
# =========================
# Node / JS
# =========================
node_modules/
package-lock.json
webpack-stats.json
static/bundles*
static/CACHE*
react-msa-viewer/node_modules/
react-msa-viewer/dist/
# =========================
# Logs
# =========================
.logs/
nohup.out
DESIRE.access.log
DESIRE.error.log
# =========================
# Compressed / text files
# =========================
*.gz
*.txt
# =========================
# Environment-specific config / secrets (per environment, never committed)
# Copy DESIRE/local_config.json.example -> DESIRE/local_config.json and fill in.
# =========================
DESIRE/local_config.json
# =========================
# Project-specific
# =========================
alignments/static/alignments/swingjs/
populate_db/Struc_Folds/*.txt
populate_db/Alignments/missed_seqs/
documentation/node_modules/
mkdocs/site/
R2DT/
R2DT1_4/
dev/
jalview-js/
*z_arx*
# =========================
# Build artifacts
# =========================
automain-*.js
pdbe-rna-viewer/build/
static/js/components/MSAV.umd.js*
static/pdb-rna-viewer-*.js*
tsconfig.tsbuildinfo
static/alignments/external/pdbe-molstar-plugin-*.js
# =========================
# External dependencies
# =========================
fr3d-python/
molStar/
# =========================
# Cleanup patterns
# =========================
*.bak
*.new
*.orig
*_orig.*
*_master.*
*.anton
*Copy*
*Zone.Identifier
# =========================
# Temporary files
# =========================
tmp/
inspected_models.txt