mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 12:16:43 +02:00
🧹 chore: no lockfile will be updated to git branch
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -7,18 +7,48 @@ yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Node modules
|
||||
node_modules
|
||||
|
||||
# Build output
|
||||
dist
|
||||
dist-ssr
|
||||
|
||||
# Local environment files
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Windows
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Tye
|
||||
.tye/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*.local
|
||||
|
||||
# NPM package-lock
|
||||
package-lock.json
|
||||
|
||||
# Yarn lock file
|
||||
yarn.lock
|
||||
|
||||
# pnpm lock file
|
||||
pnpm-lock.yaml
|
||||
|
Reference in New Issue
Block a user