Skip to content

Instantly share code, notes, and snippets.

@mbround18
Created May 6, 2022 05:05
Show Gist options
  • Save mbround18/169660df757151eb23bd98931cd0e8b4 to your computer and use it in GitHub Desktop.
Save mbround18/169660df757151eb23bd98931cd0e8b4 to your computer and use it in GitHub Desktop.
# Node
(?d)node_modules
(?d)dist
(?d).yarn/cache
(?d).yarn/unplugged
(?d).bundle
# Universal
_.log
_.bin
(?d)build
(?d)tmp
(?d)log
(?d)logs
(?d)target
# Jetbrains
(?d).idea
# CSharp
(?d)_cache_
# Python
(?d)venv
# Java
(?d).gradle
# Unknown
**MANIFEST**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment