Skip to content

Instantly share code, notes, and snippets.

@prateekkathal
Created June 18, 2021 18:23
Show Gist options
  • Save prateekkathal/d979ab637d2a38762a7500383b782f56 to your computer and use it in GitHub Desktop.
Save prateekkathal/d979ab637d2a38762a7500383b782f56 to your computer and use it in GitHub Desktop.
For Medium Article - Using Docker with NestJS (or any NodeJS app)
# Env files
.env
# Compiled output
/dist
/dist-seeder
/node_modules
# Logs
logs
*.log
npm-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
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment