Files
memegoat/.gitignore
Avnyr e953b2aa44
All checks were successful
Backend Lint / lint (push) Successful in 10m5s
Frontend Lint / lint (push) Successful in 9m33s
Add a standard .gitignore file to handle common exclusions
2026-01-04 23:45:23 +01:00

51 lines
465 B
Plaintext

# Dependencies
node_modules/
jspm_packages/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Build outputs
dist/
build/
out/
*.tsbuildinfo
# Testing
coverage/
.nyc_output/
*.lcov
# Cache
.cache/
.parcel-cache/
.eslintcache
.stylelintcache
# OS
.DS_Store
Thumbs.db
# Package manager
.pnpm-debug.log
.yarn/