Last active
July 29, 2023 20:46
-
-
Save dragonman225/8f57c143b46754cec5468cbddccd917d 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
# Logs | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
pnpm-debug.log* | |
lerna-debug.log* | |
# Node.js | |
node_modules | |
# macOS | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Sass | |
.sass-cache/ | |
*.css.map | |
*.sass.map | |
*.scss.map | |
# Editor directories and files | |
.vscode/* | |
!.vscode/settings.json | |
!.vscode/tasks.json | |
!.vscode/launch.json | |
!.vscode/extensions.json | |
.idea | |
*.suo | |
*.ntvs* | |
*.njsproj | |
*.sln | |
*.sw? | |
# Project | |
dist | |
dist-ssr | |
build | |
typedoc | |
*.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment