Skip to content

Instantly share code, notes, and snippets.

@dragonman225
Last active July 29, 2023 20:46
Show Gist options
  • Save dragonman225/8f57c143b46754cec5468cbddccd917d to your computer and use it in GitHub Desktop.
Save dragonman225/8f57c143b46754cec5468cbddccd917d to your computer and use it in GitHub Desktop.
# 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