Skip to content

Commit

Permalink
build(docker): add more files to dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed Oct 19, 2021
1 parent 8bc6e8a commit fcbcd16
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
## Docker itself
.dockerignore
Dockerfile

## git
.git
.gitignore
Dockerfile

## Node.js, npm et al
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules/

## Log files
*.log

## cpp
*.o
*.a
*.slo
*.lo
*.o
*.obj

## vim
**/.*.sw[po]
*~

0 comments on commit fcbcd16

Please sign in to comment.