Files
cunningham/.gitignore
jbpenrath e8ef155b1e 🙈(npm) ignore package-lock.json file
A package-lock.json has been committed but we are using yarn in this
project so it is useless. We now ignore this file to prevent future
issues.
2024-04-29 15:38:22 +02:00

37 lines
398 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# npm files
package-lock.json
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
ghpages-output
packages/react/chromatic.config.json