comment more

This commit is contained in:
Abi Raja 2023-11-21 11:10:50 -05:00
parent 2b3b3f4d44
commit 514eceaf72

8
.gitignore vendored
View File

@ -1,7 +1,13 @@
.aider* .aider*
# Project-related files
# Run logs # Run logs
backend/run_logs/* backend/run_logs/*
# Weird Docker setup related files
backend/backend/* backend/backend/*
# Env vars
frontend/.env.local frontend/.env.local
.env .env