You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
320 B

# Dependencies
node_modules/
# Build outputs
dist/
build/
*.min.js
*.min.css
# Vendor/Third-party files
vendor/
src/assets/js/
public/
# Generated files
*.generated.*
# Archives
archive/
# Config files that don't need linting
vite.config.js
scripts/
# Test files (if any)
*.test.js
*.spec.js
# Documentation
docs/