Skip to content

Commit

Permalink
chore: updated gitignore to account for node/express/JS/TS components
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshafer committed May 15, 2024
1 parent 98ede06 commit ac59c83
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,49 @@ FodyWeavers.xsd
.idea/
*.sln.iml

# End of https://www.toptal.com/developers/gitignore/api/csharp
# End of https://www.toptal.com/developers/gitignore/api/csharp

# Additions because of nodejs, npm, expressjs, typescript, etc.

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Dependency directories
*/node_modules/
node_modules/
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# vitepress
src/docs/.vitepress/dist
src/docs/.vitepress/cache
lib

0 comments on commit ac59c83

Please sign in to comment.