astro/.gitignore
Caleb Jasik ec4e00a8c1
Docs/fix sitesidebar template (#778)
* Fix: Do not commit `.env` files in any directory

* Links that aren't current should have either *no* aria-current attribute or `aria-current="false"` for the same effect.
2021-07-20 15:56:45 -05:00

14 lines
203 B
Text

node_modules/
dist/
*.tsbuildinfo
.DS_Store
.vercel
_site/
*.log
package-lock.json
# .vscode files other than at top-level
**/.vscode
# do not commit .env files or any files that end with `.env`
*.env