Skip to content

Commit

Permalink
Fix dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Jul 17, 2024
1 parent b860f0b commit b20af3a
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# Logs
logs
*.log
*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

server/*.spec.js
kubernetes
!src
!.yarn
!package.json
!yarn.lock
!tsconfig.json

0 comments on commit b20af3a

Please sign in to comment.