Skip to content

Commit 82cd1ae

Browse files
author
newtom28
committed
Cleanup for open-source
1 parent 90b9d1f commit 82cd1ae

File tree

13 files changed

+69
-539
lines changed

13 files changed

+69
-539
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ dist-ssr
1515
.eslintcache
1616
.prettierignore
1717
.env
18-
*.py[oc]
19-
__pycache__/
2018

2119
# Virtual environments
2220
.venv
2321
requirements.txt
22+
*.py[oc]
23+
__pycache__/
24+
build
2425

2526
# Editor directories and files
2627
.vscode/*
@@ -32,4 +33,5 @@ requirements.txt
3233
*.njsproj
3334
*.sln
3435
*.sw?
35-
zset*
36+
zset*
37+
replit.md

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@
252252
<script>
253253
window.APP_CONFIG = {
254254
jsonConfig_url: '/config.json',
255-
GOOGLE_MAPS_API_KEY: '%VITE_GOOGLE_MAPS_API_KEY%',
256-
OPENAI_API_KEY: '%VITE_OPENAI_API_KEY%',
257-
GOOGLE_MAP_ID: '%VITE_GOOGLE_MAP_ID%',
258255
CACHE_TTL_HOURS: 48,
259256
};
260257
</script>

0 commit comments

Comments
 (0)