Skip to content

Commit

Permalink
dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rain0r committed Jan 28, 2025
1 parent d291f4a commit b9c4e1d
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.git*
# Common
*.md
.dockerignore
.github
.isort.cfg
Dockerfile

# Common
README.md
CHANGELOG.md
_config.yml
docker-compose.yml
Dockerfile

# git
.git
Expand All @@ -17,13 +16,9 @@ Dockerfile
.idea

# Node
## Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

## Dependency directories
node_modules/

**/node_modules/
**/dist

0 comments on commit b9c4e1d

Please sign in to comment.