14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
.git
|
|
.github
|
|
|
|
# Specs and artifacts are fine to include, but ignore local junk
|
|
**/node_modules
|
|
**/.astro
|
|
**/dist
|
|
**/.DS_Store
|
|
|
|
# Local secrets
|
|
**/.env
|
|
**/.env.*
|
|
!**/.env.example
|