Skip to content
Snippets Groups Projects
Commit d551efa0 authored by Dylan M. Taylor's avatar Dylan M. Taylor
Browse files

Use a sample .gitignore to capture more excludes

parent b26976fd
No related branches found
No related tags found
No related merge requests found
Pipeline #1693622728 passed
files/*
node_modules
.vitepress/dist
.vitepress/cache
\ No newline at end of file
# Node.js
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# VitePress
.vitepress/dist/
.vitepress/cache/
dist/
# System
.DS_Store
.AppleDouble
._*
Thumbs.db
ehthumbs.db
# Logs and temp files
*.log
*.swp
*.swo
*.bak
.temp/
tmp/
# Editor/IDE
.vscode/
*.code-workspace
.idea/
*.iml
*.sublime-project
*.sublime-workspace
# Environment variables
.env
.env.*
*.pem
# Optional
public/
coverage/
__pycache__/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment