Skip to content

Commit

Permalink
add files to .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed May 3, 2024
1 parent 6424b15 commit 862c812
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 17 deletions.
78 changes: 62 additions & 16 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,68 @@
!README.md
.dockerignore
.DS_Store
.editorconfig
.eslint*
# Compiled Output
dist
tmp
/out-tsc

# Project Dependencies
.git
.github
.gitignore
.husky
.nx
.prettier*
.vscode
*.env*
*.md
node_modules

# Docker
compose*.yml
dist
Dockerfile
node_modules

# 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

# IDE - Visual Studio
.vs/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Miscellaneous
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db
tmp
.editorconfig
.eslint*

# Generated Files
.nx
.swc
fly.toml
stats.html
tools/compose/*
tools/scripts/*
tools/scripts/*

# Environment Variables
*.env*
!.env.example

# Lingui Compiled Messages
apps/client/src/locales/_build/
apps/client/src/locales/*/messages.mjs
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Thumbs.db
.swc
fly.toml
stats.html
libs/prisma

# Environment Variables
*.env*
Expand Down

0 comments on commit 862c812

Please sign in to comment.