Update .gitignore and remove cached build artifacts
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1 +1,32 @@
|
||||
node_modules
|
||||
# Dependencies
|
||||
/node_modules
|
||||
|
||||
# Next.js build output
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# Turbo
|
||||
.turbo
|
||||
|
||||
# Local environment variables
|
||||
.env*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.vscode
|
||||
.idea
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.swp
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
|
Reference in New Issue
Block a user