mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 05:02:11 +00:00
58 lines
No EOL
623 B
Text
58 lines
No EOL
623 B
Text
# Dependencies
|
|
node_modules/
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Production
|
|
/build
|
|
/dist
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE and Editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
Thumbs.db |