qrcodedemo/.gitignore
Michael Mainguy 3f743e567b Add dist directory and Accenture SVG logo
- Added production build files in dist/ directory
- Added custom Accenture arrow SVG logo (src/acn.svg)
- Updated .gitignore file
- SVG optimized with compact viewBox and purple color (#a600ff)
2025-07-31 19:25:28 -05:00

24 lines
248 B
Plaintext

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