Skip to content

Instantly share code, notes, and snippets.

@masashi-sutou
Created February 28, 2022 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masashi-sutou/bb977196f8956efae85f024257a9e1da to your computer and use it in GitHub Desktop.
Save masashi-sutou/bb977196f8956efae85f024257a9e1da to your computer and use it in GitHub Desktop.
NestJS custom gitignnore
# compiled output
/dist
/node_modules
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Docker MySQL
.db_data
# env
.env
/prisma/schema.prisma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment