6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
# Exclude .venv directory
|
|
.venv/
|
|
# Exclude files in pages folder
|
|
pages/*
|
|
.DS_Store
|