Merge pull request #1 from JBB0807/add-ignore

added gitignore
This commit is contained in:
JB Balahadia 2025-04-16 11:19:39 -07:00 committed by GitHub
commit 578e57ad7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
**/node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?