Created
May 6, 2022 05:05
-
-
Save mbround18/169660df757151eb23bd98931cd0e8b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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