Skip to content
Snippets Groups Projects
.gitignore 242 B
Newer Older
**/node_modules
Plup's avatar
Plup committed
.DS_Store
*.iml
*.swp
.npm

# Test cache
cache
Plup's avatar
Plup committed
cypress/screenshots
cypress/videos

# Built files
.cache
dist

# Config specific files
config.json
config.*.json
!config.sample.json

# PWA Generated file
src/manifest.webmanifest