--- to: .gitignore --- .DS_Store *.DS_Store # Logs logs/ *.log # Cache .axe/ .bundle/ .happo/ .idea/ .npm/ .vagrant/ .vscode/ .eslintcache .yarnclean # Directories coverage/ dist/ esm/ lib/ node_modules/ tmp/ build/ # Custom *.min.js *.map # Configs (provided by Lumos) .babelrc .eslintignore .eslintrc.js .flowconfig .prettierignore babel.config.js jest.config.js prettier.config.js tsconfig.json tsconfig.eslint.json tsconfig.options.json webpack.config.js *.tsbuildinfo .cache \.npmrc TEST-RESULTS.xml # next.js build output .next # dotenv environment variables file (build for Zeit Now) .env .env.build next.config.js