Skip to content

Instantly share code, notes, and snippets.

@HT2Knock
Created January 6, 2025 08:59
Show Gist options
  • Select an option

  • Save HT2Knock/dbd8e6ad3b8c44a4f855bee2c4abe39d to your computer and use it in GitHub Desktop.

Select an option

Save HT2Knock/dbd8e6ad3b8c44a4f855bee2c4abe39d to your computer and use it in GitHub Desktop.

Revisions

  1. HT2Knock created this gist Jan 6, 2025.
    36 changes: 36 additions & 0 deletions .dockerignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    # Build artifacts
    dist/
    tmp/
    logs/

    # Node modules (installed inside the container)
    node_modules/

    # Docker-related files
    docker-compose*
    Dockerfile*
    .dockerignore

    # Development-related files
    .clinic/
    .vscode/
    nodemon.json

    # Git-related files
    .git/
    .gitignore

    # Environment files (sensitive information)
    .env*
    .envrc

    # Linter/formatter configs
    .eslint*
    .prettier*

    # Documentation
    README.md

    # Cache files
    *.log
    *.cache