forked from skyportal/skyportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (47 loc) · 750 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
50
.#*
log/
.log
.cache
cache/
static/build
doc/_build
doc/openapi.html
run/
geckodriver.log
\#*
*~
*.swp
*.swo
.DS_Store
__pycache__/
node_modules/
*.pyc
config.yaml
static/thumbnails
*.lock
*.dirlock
package-lock.json
.jobs_timestamps.yaml
skyportal_image_cache
.tokens.yaml
.vscode
# Templated files
static/js/components/Main.jsx
static/js/components/SidebarAndHeader.jsx
static/js/components/HeaderContent.jsx
static/js/components/HomePage.jsx
static/js/components/HoursBelowAirmassPlot.jsx
static/login.html
static/loginerror.html
static/index.html
.tokens.yaml
# Auto-generated data files
data/taxonomy_sitewide.yaml
data/taxonomy_demo.yaml
.idea
doc/images/erd.png
# gitlog info
data/gitlog.txt
# test results
test-results/
webdriver-console/