Files
cunningham/.gitignore
Nathan Vasse 141d712a47 🔧(git) add .turbo folder to .gitgnore
Ignore this cache folder that must only be stored locally.
2024-02-05 15:00:34 +01:00

31 lines
314 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?
vite.config.ts.timestamp-*
env.d
.turbo