############################ # OS X ############################ .DS_Store .AppleDouble .LSOverride Icon .Spotlight-V100 .Trashes ._* ############################ # Linux ############################ *~ ############################ # Windows ############################ Thumbs.db ehthumbs.db Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msm *.msp ############################ # Packages ############################ *.7z *.csv *.dat *.dmg *.gz *.iso *.jar *.rar *.tar *.zip *.com *.class *.dll *.exe *.o *.seed *.so *.swo *.swp *.swn *.swm *.out *.pid *.seed *.pid.lock *.suo *.ntvs* *.njsproj *.sln # Output of 'npm pack' *.tgz ############################ # Logs and databases ############################ .tmp *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* *.sql *.sqlite *.sqlite3 ############################ # Misc. ############################ *# ssl .idea nbproject public/uploads/* !public/uploads/.gitkeep ############################ # Node.js ############################ lib-cov lcov.info pids logs results node_modules .node_history .npmrc .nvmrc # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json # Optional REPL history .node_repl_history # node-waf configuration .lock-wscript # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Optional npm cache directory .npm # Yarn Integrity file .yarn-integrity # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* ############################ # Builders ############################ # Vercel folder .vercel # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Turbo Repo .turbo # Local Netlify .netlify # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) bower_components # Dependency directories jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ ############################ # Tests ############################ testApp # Coverage directory used by tools like istanbul coverage *.lcov # nyc test coverage .nyc_output ############################ # Frameworks ############################ # Next.js build output .next out # Next PWA **/public/precache.*.*.js **/public/sw.js **/public/workbox-*.js **/public/worker-*.js **/public/fallback-*.js **/public/precache.*.*.js.map **/public/sw.js.map **/public/workbox-*.js.map **/public/worker-*.js.map **/public/fallback-*.js # Next Sitemap **/public/robots.txt **/public/sitemap.xml **/public/sitemap-0.xml # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ # Comment in the public line in if your project uses Gatsby and not Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public # vuepress build output .vuepress/dist # vuepress v2.x temp and cache directory .temp .cache # Docusaurus cache and generated files .docusaurus ############################ # Extras ############################ # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # Sentry .sentryclirc # Storybook Build storybook-static # TypeScript cache *.tsbuildinfo ############################ # Environment Variables ############################ .env .env.development .env.production .env.local .env.development.local .env.production.local .env.test.local ############################ # Strapi ############################ .env license.txt exports *.cache dist build .strapi-updater.json ############################ # Locals ############################ # Editor directories and files .vscode/* !.vscode/extensions.json !.vscode/settings.json # Changeset files .netrc # Optional prettier cache .prettiercache # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # Optional cspell cache .cspellcache # Lock files package-lock.json yarn.lock pnpm-lock.yaml # Extras(if any) CHANGELOG.md # Auto generated typescript files from strapi types/generated/*.d.ts