TalentLensAI / .gitignore
Johnny
mvp app tested, configured postgreSQL Supabase
19ea0c5
raw
history blame
331 Bytes
# Ignore all .log files
*.log
# Ignore the node_modules directory
node_modules/
# Ignore specific file
config/secrets.yml
# Ignore all `.env` files
.env
myenv/
venv/
# Ignore all files in a specific folder
build/
# Do not ignore a specific file inside an ignored directory
!build/keep-me.txt
# ignore cache files
__pycache__/