Skip to content

Commit 9d1283e

Browse files
author
brian-brewer
committed
fixed .gitignor
1 parent 624799e commit 9d1283e

1 file changed

Lines changed: 62 additions & 62 deletions

File tree

.gitignore

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
1-
# Hugo static site generator
2-
public/
3-
resources/_gen/
4-
.hugo_build.lock
5-
content/
6-
themes/
7-
# config.toml # Uncomment if config.toml is intentional for Hugo
8-
# layouts/ # Uncomment if layouts/ is intentional for Hugo
9-
# static/ # Uncomment if static/ is intentional for Hugo
10-
11-
# Python virtual environments
12-
venv/
13-
.venv/
14-
env/
15-
*.venv
16-
17-
# Python bytecode and cache
18-
__pycache__/
19-
*.pyc
20-
*.pyo
21-
*.pyd
22-
.Python
23-
*.egg-info/
24-
*.egg
25-
26-
# Jupyter/Notebook files
27-
*.ipynb
28-
.ipynb_checkpoints/
29-
*.ipynb_checkpoints
30-
*/share/jupyter/
31-
jupyterlab-plotly/
32-
pydeck/
33-
34-
# Streamlit cache
35-
.streamlit/
36-
streamlit/
37-
38-
# IDE and editor files
39-
.vscode/
40-
.idea/
41-
*.swp
42-
*.swo
43-
*~
44-
45-
# macOS system files
46-
.DS_Store
47-
*/.DS_Store
48-
49-
# Miscellaneous build and license files
50-
*.js.LICENSE.txt
51-
*.js.map
52-
third-party-licenses.json
53-
remoteEntry.*.js
54-
style.js
55-
extension.js
56-
extensionRequires.js
57-
58-
# Logs and temporary files
59-
*.log
60-
*.tmp
61-
*.bak
62-
status.txt
1+
# Hugo static site generator
2+
public/
3+
resources/_gen/
4+
.hugo_build.lock
5+
content/
6+
themes/
7+
# config.toml # Uncomment if config.toml is intentional for Hugo
8+
# layouts/ # Uncomment if layouts/ is intentional for Hugo
9+
# static/ # Uncomment if static/ is intentional for Hugo
10+
11+
# Python virtual environments
12+
venv/
13+
.venv/
14+
env/
15+
*.venv
16+
17+
# Python bytecode and cache
18+
__pycache__/
19+
*.pyc
20+
*.pyo
21+
*.pyd
22+
.Python
23+
*.egg-info/
24+
*.egg
25+
26+
# Jupyter/Notebook files
27+
*.ipynb
28+
.ipynb_checkpoints/
29+
*.ipynb_checkpoints
30+
*/share/jupyter/
31+
jupyterlab-plotly/
32+
pydeck/
33+
34+
# Streamlit cache
35+
.streamlit/
36+
streamlit/
37+
38+
# IDE and editor files
39+
.vscode/
40+
.idea/
41+
*.swp
42+
*.swo
43+
*~
44+
45+
# macOS system files
46+
.DS_Store
47+
*/.DS_Store
48+
49+
# Miscellaneous build and license files
50+
*.js.LICENSE.txt
51+
*.js.map
52+
third-party-licenses.json
53+
remoteEntry.*.js
54+
style.js
55+
extension.js
56+
extensionRequires.js
57+
58+
# Logs and temporary files
59+
*.log
60+
*.tmp
61+
*.bak
62+
status.txt

0 commit comments

Comments
 (0)