Files
.github
.vscode
bin
config
cypress
public
src
.babelrc
.env.example
.eslintignore
.eslintrc.js
.gitignore
.npmrc
LICENSE
PRNameGenerator.ts
README.md
cypress.config.ts
jest.config.js
package-lock.json
package.json
service-worker.ts
serviceWorkerRegistration.ts
setupTest.ts
tsconfig.json
webpack.config.dev.server.ts
webpack.config.dev.ts
webpack.config.ts
webpack.cy.config.ts
create-react-ssr/.gitignore

8 lines
83 B
Plaintext

#node_modules ignore
node_modules
#.envs
.env
#builds
build
#cypress
cypress/videos