[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

ripple-framework / .gitignore
660 B 53 lines
1# Temporary files 2node_modules 3*.log* 4.nuxt 5.nitro 6.cache 7.output 8dist 9dist-ssr 10coverage 11.jest-test-results.json 12storybook-static 13 14# Test results 15examples/**/test/videos/* 16examples/**/test/screenshots/* 17examples/**/test/results/* 18packages/**/cypress/videos/* 19packages/**/cypress/screenshots/* 20packages/**/cypress/results/* 21.unlighthouse 22 23# Typescript 24tsconfig.tsbuildinfo 25 26# Env files 27.env 28.env.local 29.env.*.local 30 31# Logs 32logs 33*.log 34npm-debug.log* 35yarn-debug.log* 36yarn-error.log* 37lerna-debug.log* 38.pnpm-debug.log* 39 40# OS or Editor folders 41._* 42.cache 43.DS_Store 44.idea 45.project 46.settings 47.tmproj 48*.esproj 49*.sublime-project 50*.sublime-workspace 51nbproject 52Thumbs.db 53