.DS_Store *.DS_Store # Logs logs/ *.log # Cache .bundle/ .happo/ .idea/ .next/ .cache .eslintcache .idea .npm .vscode .yarnclean # Directories build/ coverage/ dist/ esm/ lib/ public/ node_modules/ tmp/ _gh-pages/ # Custom *.map *.min.js test-changelog.md # Configs (provided by Nimbus) .babelrc .eslintignore .eslintrc.js .flowconfig .prettierignore babel.config.js jest.config.js prettier.config.js tsconfig.eslint.json tsconfig.json tsconfig.options.json *.tsbuildinfo webpack.config.js # Ignore npm lock files, always use yarn.lock instead npm-shrinkwrap.json package-lock.json