chore: track .env and remove it from .gitignore

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-05-19 21:52:37 +09:00
parent c329c44643
commit d3da7346cd
2 changed files with 1 additions and 3 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
GIT_USER_TOKEN=c42edf3a584adbcac211c8c4ac13988efe56b0a5

3
.gitignore vendored
View File

@@ -82,9 +82,6 @@ celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
.env
# virtualenv
.venv
venv/