# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules /.pnp .pnp.js # testing /coverage # production /build /dist /editor/build /editor/dist # misc .DS_Store .env.local .env.*.local /editor/.env.local /editor/.env.*.local # Root .gitignore ignores all .env* - whitelist our committed ones here !.env !.env.desktop !.env.saas !/editor/.env !/editor/.env.desktop !/editor/.env.saas npm-debug.log* yarn-debug.log* yarn-error.log* playwright-report test-results # auto-generated files /editor/src/assets/material-symbols-icons.json /editor/src/assets/material-symbols-icons.d.ts