Skip to content

Instantly share code, notes, and snippets.

@YannMjl
Created June 1, 2021 15:50
Show Gist options
  • Save YannMjl/49be74309c3dc1c51836d802a061820d to your computer and use it in GitHub Desktop.
Save YannMjl/49be74309c3dc1c51836d802a061820d to your computer and use it in GitHub Desktop.
# ---------------------------------------------------------------------------------*
# This will prevent your local modules and debug logs from being copied onto your
# Docker image and possibly overwriting modules installed within your image.
# ---------------------------------------------------------------------------------*
node_modules
npm-debug.log
# ignore .git and .cache folders
.git
.cache
# ignore all markdown files (md) beside all README*.md other than README-secret.md
*.md
!README*.md
README-secret.md
# github related files
.github/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment