Skip to content

Commit b8d27ef

Browse files
committed
Remove dist from gitignore to show the web interface in proper way
1 parent 4360650 commit b8d27ef

70 files changed

Lines changed: 15064 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ __pycache__/
1010
.Python
1111
build/
1212
develop-eggs/
13-
dist/
1413
downloads/
1514
eggs/
1615
.eggs/
@@ -23,6 +22,7 @@ wheels/
2322
*.egg-info/
2423
.installed.cfg
2524
*.egg
25+
server/data.db
2626

2727
# PyInstaller
2828
# Usually these files are written by a python script from a template

0 commit comments

Comments
 (0)