Files
cunningham/.gitignore
Nathan Vasse 2a26279cc2 🔧(global) setup Turborepo and package.json
Add configuration files to make use of Turborepo.
Setup constraints values for package.json regarding node and package manager.
2022-12-07 17:07:18 +01:00

27 lines
273 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist-ssr
dist
*.local`
.tsbuildinfo
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.iml
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?