ec4e00a8c1
* 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.
14 lines
203 B
Text
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
|