aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-06-21 17:40:32 -0500
committerParker <contact@pkrm.dev>2024-06-21 17:40:32 -0500
commit8d72466629f9b6903005006d04e7637634f90575 (patch)
tree69e42622dd5ce205810643ac9112938976960c31
parenta4107d097699b644f489be1403ff8e046a3af62a (diff)
Update .gitignore
-rw-r--r--.gitignore3
-rw-r--r--app/linklogger.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 85e63ae..c0cc8f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.env
data.db
__pycache__
-.DS_Store \ No newline at end of file
+.DS_Store
+internal_notes.txt \ No newline at end of file
diff --git a/app/linklogger.py b/app/linklogger.py
index 388ede7..c0d7f15 100644
--- a/app/linklogger.py
+++ b/app/linklogger.py
@@ -6,4 +6,4 @@ from routes import app
if __name__ == '__main__':
init_db()
- server = uvicorn.run(app=app, host="0.0.0.0", port=5252) \ No newline at end of file
+ server = uvicorn.run(app=app, host="0.0.0.0", port=5252)