Our main goal doing this is to allow us to have multiple static build standing next to each other on our gh-pages.
32 lines
329 B
Plaintext
32 lines
329 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
|
|
ghpages-output
|